Skip to content

muhuk/z-buffer-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What Is This?

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.

Is It Any Fun at All?

Probably, not. At this point the main goal is to practise game development with Rust.

How Can I Help?

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.

How to Play?

Currently there are no pre-compiled binaries or packages. See Development Setup for instruction to compile and run locally.

Screenshots

11 August 2019

./doc/screenshots/20190811.gif

28 April 2019

./doc/screenshots/20190428.gif

Development Setup

  1. Checkout git repository.
  2. Install dev packages required for libtcod:
    sudo apt-get install gcc g++ make libsdl2-dev
        
  3. Build:
    cargo build
        

About

No description or website provided.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published