Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 461 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 461 Bytes

genomirai-interpreter

A program that runs the game on "www.genomirai.com" in terminal

Usage

  1. download http://www.genomirai.com/system/Genomirai.js and save the content of textobj into "genomirai.json" like
[
    {
        "name": "",
        "text": "testtest",
        "process": "testtest",
        "param1": "xxxyyy",
        "param2": "",
        "param3": ""
    },
    ......
]
  1. optionally npm install node-termios

  2. run main.js