Name | Modified | Size | Downloads / Week |
---|---|---|---|
css | 2015-08-23 | ||
js | 2015-08-23 | ||
README.txt | 2015-08-23 | 538 Bytes | |
index.html | 2015-08-23 | 725 Bytes | |
Totals: 4 Items | 1.3 kB | 0 |
BADAM gamebook interpreter / engine/ library Using javascript and JSON (for game data) gameworld.js : contains all game element definitions - locations, events, objects, doors badengine.js : core functions to manipulate game elements - open door, add event etc commands.js : simple interpreter for in-game script, using core functions implement.js : a sample implementation of web based gamebook index.html : the UI, uses implement.js TODO: gameworld.js to be made into a json file(or files) TODO: add NPCs TODO: scripted fighting