This is a skeletal game engine designed to allow the user to create interactive fiction on the command line. It uses the ncurses library. The idea of this library is to create an extremely easy to use tool for individuals interested in creating interactive fiction for the command line.
gcc -std=c++11 main.cpp -lncurses