z-buffer-game

Crates.ioz-buffer-game
lib.rsz-buffer-game
version0.1.0
sourcesrc
created_at2019-08-11 05:52:31.313218
updated_at2019-08-11 05:52:31.313218
descriptionSurvival/strategy game with ascii-art graphics.
homepage
repositoryhttps://github.com/muhuk/z-buffer-game
max_upload_size
id155770
size1,181,217
Atamert Ölçgen (muhuk)

documentation

README

#+STARTUP: inlineimages

** 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][Development Setup]] for instruction to compile and run locally.

  • Screenshots ** 11 August 2019 [[./screenshots/20190811.gif]]

** 28 April 2019 [[./screenshots/20190428.gif]]

  • Development Setup
  1. Checkout [[https://github.com/muhuk/z-buffer-game/][git repository]].

  2. Install dev packages required for libtcod:

    #+BEGIN_SRC sh sudo apt-get install gcc g++ make libsdl2-dev #+END_SRC

  3. Build:

    #+BEGIN_SRC sh cargo build #+END_SRC

Commit count: 218

cargo fmt