Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 419 Bytes

File metadata and controls

10 lines (8 loc) · 419 Bytes

NCURSES based game engine for command line interactive fiction.

Overview

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.

Compiling

   gcc -std=c++11 main.cpp -lncurses