z-buffer-game
is a survival/strategy game with ascii-art graphics. It is
built using Rust language, tcod-rs as UI library and specs as the
entity-component system. It is licensed with the free license GNU GPL v3.
Probably, not. At this point the main goal is to practise game development with Rust.
You can help by doing the following:
- Playing the game and providing feedback.
- Sharing it online to get others to play it too.
At this point there are no gamedev tasks waiting for volunteers.
Currently there are no pre-compiled binaries or packages. See Development Setup for instruction to compile and run locally.
- Checkout git repository.
- Install dev packages required for libtcod:
sudo apt-get install gcc g++ make libsdl2-dev
- Build:
cargo build