2D destructible terrain strategy game


Keywords
game, 2d, destructible, destructible-terrain, rust, tower-defense
License
GPL-3.0

Documentation

castle-game

A free & open source 2D Lemmings-meets-tower defense destructible terrain game.

CI

Screenshot

Run

From Github

You can download the latest version from releases. It should work by just running the executable, if not, create an issue.

Rust

Or if you have Rust installed you can do the following:

cargo install --force castle-game
castle-game

Building

Prerequisites

To build the project you need to have Rust installed.

Linux (Debian based)

sudo apt install xorg-dev cmake

Windows & Mac

You need to install CMake and make sure it's in your path.

Run

Check out the repository with git and build:

git clone https://github.com/tversteeg/castle-game && cd castle-game

Build & run:

cargo run --release

Contributing

Contributions are more than welcome!