mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-14 16:22:38 +08:00
40b1ba3542e1f143e90d51caeb21673eca6ca817
移除 allocation 指令,增加效果相同的 allocate,attrib 和 attribute 指令 使用动词替换名词作为指令的称呼我认为理所当然 把 attrib 和 attribute 定义为 alloc 的同义词是因为我想要添加在人生当中 知道自己现在属性的功能(web 版有的功能居然没有在命令行版中)
Life Restart
English | 简体中文
Introduction
- Game Life Restart
Usage
Web Version
- Clone project code.
git clone git@github.com:VickScarlet/lifeRestart.git my-project
cd my-project
- Installation dependence.
yarn install
Or
npm install
- Start local server.
yarn dev
Or
npm run dev
- After the startup is complete, will automatically open a browser and visit http://localhost:8081/view/index.html.
Command Line Version
node repl
Other Version
More instructions at documentation.
Description
Languages
JavaScript
99.8%
HTML
0.2%