Mithreindeir / Roguelike

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Rust 100.0%