Skip to content

arskiy/roguelike-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roguelike-rs

A nethack-inspired curses-based roguelike.

How the game looks like.

Controls

The same as nethack, except for exiting.

q quits

, picks item up

. waits

a applies (uses) an item

d drops an item

> uses the stairs

012 chooses level up bonus

hjkl/arrow keys moves you around

Supported platforms

Should compile on every platform LLVM supports, since it is written in Rust.

Known bugs

There is a bug in the dungeon generating algorithm that lets closed rooms to appear, causing unfinishable levels.

Inspiration:

https://sites.google.com/site/jicenospam/visibilitydetermination

https://tomassedovic.github.io/roguelike-tutorial/index.html

Thank you for your time and patience!

About

curses roguelike written in rust with love

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages