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

https://github.com/calbabreaker/roguelike

A text based roguelike written in Rust.
https://github.com/calbabreaker/roguelike

Last synced: 12 months ago
JSON representation

A text based roguelike written in Rust.

Awesome Lists containing this project

README

          

# Text roguelike written in Rust

To compile and run (install rust first):

```sh
cargo run --release
```