instead-js
instead-js copied to clipboard
instead-js
INSTEAD (http://instead.syscall.ru/) is the Simple Text Adventure Interpreter. The main application is written in C, the game engine and games themselves are written in Lua.
This is an attempt to recreate functionality of INSTEAD in the web application.
Ready to use version
You can download latest stable version here: https://instead-hub.github.io/instead-js/instead-js.zip
Add/remove games to 'games' folder, then run
node list_games.js
to update games list.
Features
See FEATURES.md for currently supported features.
Build your own instead-js
See INSTALL.md for instructions.