A small procedural roguelike written in Rust.
TODO: add screenshots... I swear it doesn't look bad.
git clone https://github.com/ajmwagar/rouge
cd rouge
- Either
cargo run --release
ORcargo install --path ./
rouge
- Permadeath (one life)
- You gain some health each level you progress.
- You can only hold 26 items at a time.
- Infinite procedural levels. Dificulty progresses over time
Rouge's controls are pretty simple.
The defaults are as follows:
<
: Decend staircasei
: open inventoryc
: open character menuArrow Keys
: MovementNumpad
: Movement + Diagonal Attack + Pass turnesc
: return to main menu (and save)
Note: you can mouse over a square to see the items in it.