A free & open source 2D Lemmings-meets-tower defense destructible terrain game.
You can download the latest version from releases. It should work by just running the executable, if not, create an issue.
To build the project you need to have Rust installed.
sudo apt install xorg-dev cmake
You need to install CMake and make sure it's in your path.
Check out the repository with git and build:
git clone https://github.com/tversteeg/castle-game && cd castle-game
Build & run:
cargo run --release
Contributions are more than welcome!
If you-