Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 458 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 458 Bytes

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.