Skip to content

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

Notifications You must be signed in to change notification settings

Mithreindeir/Roguelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages