A dungeon-crawler in your terminal inspired by Rogue (1980).
Use the arrow keys to move your character and go from there
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.