As the name already states, this is a top-down shooter! It is implemented using Godot Engine and its own scripting language GDScript.
In order to build the game, you need to install Godot.
If you have installed the GUI version, simply click Project
-> Export
, choose your desired target and click Export Project
.
On Linux you can also build it using the headless version. This also works with the GUI version though.
godot --path /path/to/project --export "linux-x11"
Currently there are no binaries available.
- Fork the project
- Clone the forked repository
git clone git@github.com:YourName/RepositoryName
- Create a new branch
git checkout -b name-that-states-what-you-do
- Make your changes
- Create a pull request on our
develop
branch.