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.
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.
See FEATURES.md for currently supported features.
See INSTALL.md for instructions.