ebrahimebrahim / knock-the-rock

A 2D physics game about throwing rocks.
MIT License
3 stars 0 forks source link

Knock the Rock

Get the latest release on itch: https://seedstone.itch.io/knock-the-rock

screenshot

Building

To build in linux download Godot and set the environment variable GODOT to point to your Godot executable.

export GODOT=<path to your Godot application>

Then run the script make.sh in the repository.

Version string is done in ktr/version_number.txt and dev/release state is set in ktr/Globals.gd

Development

Here is the process for adding a setting to the game: