Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

maartenwolfsen/c-text-adventure-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-text-adventure-engine

A Text Adventure Engine, with an example script called "The Traveler", made in C.

How to use

  • Create a script file (script/script.tee).
  • Fill the script file with a story, using the appropriate standard.
  • Compile using the Makefile.
  • Use 4 spaces instead of tabs.

Script standard

See the example script file (script/script.tee.example) for the script standards.

Todo

  • Play sound on Linux

About

A Text Adventure Engine, with an example script called "The Traveler", made in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published