tversteeg / castle-game

:european_castle: 2D destructible terrain strategy game

Home Page:https://tversteeg.itch.io/castle-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

:european_castle: 2D destructible terrain strategy game

https://tversteeg.itch.io/castle-game

License:Other


Languages

Language:Rust 100.0%