Skip to content

shimamura-sakura/genomirai-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published