- Clone the repository and enter the directory
git clone https://gitlab.com/minidomo/dosu.git
cd dosu
- Set up
config.json
If you don't have a config.json
file in the root directory, run the following to create the file:
node scripts/config-init.js
Follow the comments in config.json
or config.json.example
to properly assign values. Since it's a JSON file, delete the comments once the file is set up.
- Build the Godot bindings for C++
Run the following command from the root directory:
make bindings
- Build the plugin
Run the following command from the root directory:
make plugin
- Running the project
Launch Godot and open dosu/project.godot
. Run the project!
Check out the tutorial here!