An open API service indexing awesome lists of open source software.

https://github.com/rsaarelm/magog

A roguelike game in Rust
https://github.com/rsaarelm/magog

Last synced: 5 months ago
JSON representation

A roguelike game in Rust

Awesome Lists containing this project

README

          

A fantasy deathcrawl in Rust

Work in progress.

To run, with Rust compiler and Cargo package manager installed:

cargo run --release

When building on Windows, you may need to have MinGW gcc installed
and in PATH for cargo to be able to build all the necessary
dependencies.

Instructions
------------

Better UX is planned. Current gameplay is keyboard only:

QWE,ASD: move around

Esc: Open inventory screen

Space: Wait for turn

Screenshots
-----------

From October 2017

![shot1](doc/shot4.png)

![shot2](doc/shot5.png)

![shot3](doc/shot6.png)