Prototype for a ascii roguelike written in Rust with ncurses-rs. Featuring procedural generated maps, fov calculations, A* and more.
cargo build
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.