/Roguelike

ASCII Roguelike exercise written in Rust with ncurses-rs. Features A* pathfinding, procedural generation.

Primary LanguageRust

Roguelike

Prototype for a ascii roguelike written in Rust with ncurses-rs. Featuring procedural generated maps, fov calculations, A* and more.

Screenshot

Building

cargo build

Notes

The menu is just a mock up, it is not functional. This is intended as a tech demo/prototype of a roguelike to demonstate several common techniques and not actually meant to be a game.