Skip to content

An ncurses based game engine for interactive fiction written in C++.

Notifications You must be signed in to change notification settings

IWriteThings/cpp.gameengine.nif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

An ncurses based game engine for interactive fiction written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages