These're stories of one old man.
This repository contains spoilers. Do not read any of the following materials if you want to avoid reading them.
Will be implemented on INSTEAD platform.
- Get INSTEAD.
- Put this repo in
games
(~/.instead/games/
on Linux,path_to_instead\games
on Windows.) - Start interpreter (
instead
on Linux,sdl-instead
on Windows.) - Choose “Select game” item from the menu (the button is in the lower right corner of the screen).
- Choose “Сказки старого Миксера” item.
- Have a nice game!
Note to developers: there doesn't seem to be a way to hot-reload the game, so whenever you change the code, you have to choose “Restart game” menu item and start from the very beginning.
Alternately you could start INSTEAD with preloaded game, for example:
$ sdl-instead path/to/old-mixer-tales
The game can also be run inside a web client provided by the instead-js project. To do so, follow the instructions in the instead-js repository. Here's an example command sequence:
$ git clone [email protected]:instead-hub/instead-js.git
$ cd instead-js
$ git submodule init
$ git submodule update
$ npm install
$ npm run build
$ cp -r /path/to/old-rexim-tales ./build/games/old-rexim-tales
$ cd build
$ node list_games.js
After that, you could either publish the build
directory to any web server or
start a local server with npm start
.
Inactive:
This work is licensed under a Creative Commons Attribution 4.0 International License.