Crates.io | z-buffer-game |
lib.rs | z-buffer-game |
version | 0.1.0 |
source | src |
created_at | 2019-08-11 05:52:31.313218 |
updated_at | 2019-08-11 05:52:31.313218 |
description | Survival/strategy game with ascii-art graphics. |
homepage | |
repository | https://github.com/muhuk/z-buffer-game |
max_upload_size | |
id | 155770 |
size | 1,181,217 |
#+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:
At this point there are no gamedev tasks waiting for volunteers.
Currently there are no pre-compiled binaries or packages. See [[*Development Setup][Development Setup]] for instruction to compile and run locally.
** 28 April 2019 [[./screenshots/20190428.gif]]
Checkout [[https://github.com/muhuk/z-buffer-game/][git repository]].
Install dev packages required for libtcod:
#+BEGIN_SRC sh sudo apt-get install gcc g++ make libsdl2-dev #+END_SRC
Build:
#+BEGIN_SRC sh cargo build #+END_SRC