A creation tool for crafting interactive fiction with support for a scripting environment.
-
Download/clone a copy of the repository.
-
The "main" folder contains every source and header files. Navigate into this directory.
-
Build the program using the GNU G++ compiler.
g++ *.cpp -o C:\Users\username\Programs\dmt-interactive-fiction-system
- Navigate to the directory containing the executable file and run it.
cd C:\Users\username\Programs\
dmt-interactive-fiction-system.exe
-
Download/clone a copy of the repository.
-
The "main" folder contains every source and header files. Navigate into this directory.
-
Build the program using the GNU G++ compiler.
g++ *.cpp -o /home/username/dmt-interactive-fiction-system
- Navigate to the directory containing the executable file and run it.
cd /home/username/
./dmt-interactive-fiction-system.exe