Crates.io | castle-game |
lib.rs | castle-game |
version | 0.1.36 |
source | src |
created_at | 2018-01-07 10:55:30.405008 |
updated_at | 2020-04-02 08:53:26.524543 |
description | 2D destructible terrain strategy game |
homepage | https://github.com/tversteeg/castle-game |
repository | https://github.com/tversteeg/castle-game.git |
max_upload_size | |
id | 45818 |
size | 239,541 |
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.
Or if you have Rust installed you can do the following:
cargo install --force castle-game
castle-game
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!