Skip to content

A pure-JavaScript interactive fiction engine that runs in the web browser

Notifications You must be signed in to change notification settings

kmill/textadv-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textadv.js

This is a JavaScript interactive fiction engine that is loosely based on my understanding of Inform 6 and Inform 7. The engine is meant to be very extensible, using poor-man's generic function for all basic functionality. The world model is like Inform 7's, where an object is merely its properties and relations to other objects (but we don't try to derive a minimal first-order model given the description of the world -- we cheat and use default values for properties!)

The library is a port of textadv and it is a work in progress.

About

A pure-JavaScript interactive fiction engine that runs in the web browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages