Skip to content
/ Thief Public

A dungeon-crawler in your terminal inspired by Rogue (1980).

Notifications You must be signed in to change notification settings

devyboy/Thief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thief

screen1 screen2 A dungeon-crawler in your terminal inspired by Rogue (1980).

How To Play

Use the arrow keys to move your character and go from there

Install & Run

Clone the repo and just run g++ -stdlib=libc++ -std=c++11 *.cpp -lncurses && ./a.out. Your compile flags might be different but this is what worked for me on macOS.

About

A dungeon-crawler in your terminal inspired by Rogue (1980).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages