Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 416 Bytes

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.