castle-game 0.1.24

2D destructible terrain strategy game
castle-game-0.1.24 is not a library.

castle-game

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

Build Status License: GPL-3.0

Screenshot

Run

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

Building

Prerequisites

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!

If you-