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.
- Host: GitHub
- URL: https://github.com/calbabreaker/roguelike
- Owner: Calbabreaker
- License: gpl-3.0
- Created: 2021-04-28T08:44:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T12:17:55.000Z (over 4 years ago)
- Last Synced: 2025-05-28T02:43:06.302Z (about 1 year ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text roguelike written in Rust
To compile and run (install rust first):
```sh
cargo run --release
```