mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-30 05:58:03 +08:00
274290cc5b1e899549b8f2396ec2916e19742ba6
当你学会命令行版如何操作以后,n 就绝对会是你用到最多的指令(除非开 at) 为了减少不必要的操作,把 n 设成了默认操作 不过不知道会不会让本来开 at 的玩家选择按住回车呢(笑
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%