Skip to content

DMT-StoryBuilders/dmt-interactive-fiction-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

DMT Interactive Fiction System

A creation tool for crafting interactive fiction with support for a scripting environment.

How To Run on Windows 7, 8.1, and 10

  1. Download/clone a copy of the repository.

  2. The "main" folder contains every source and header files. Navigate into this directory.

  3. Build the program using the GNU G++ compiler.

g++ *.cpp -o C:\Users\username\Programs\dmt-interactive-fiction-system

  1. Navigate to the directory containing the executable file and run it.

cd C:\Users\username\Programs\

dmt-interactive-fiction-system.exe

How To Run on Linux

  1. Download/clone a copy of the repository.

  2. The "main" folder contains every source and header files. Navigate into this directory.

  3. Build the program using the GNU G++ compiler.

g++ *.cpp -o /home/username/dmt-interactive-fiction-system

  1. Navigate to the directory containing the executable file and run it.

cd /home/username/

./dmt-interactive-fiction-system.exe

About

A system for creating and playing interactive fiction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages