xitu / coding-life

lifeRestart 游戏魔改之码农搬砖https://juejin.cn/game/coding-life?utm_source=github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forked from https://github.com/VickScarlet/lifeRestart

lifeRestart

English | 简体中文

Introduction

  • Game Life Restart

Usage

Web Version

  1. Clone project code.
git clone git@github.com:VickScarlet/lifeRestart.git my-project
cd my-project
  1. Installation dependence.
yarn install

Or

npm install
  1. Start local server.
yarn dev

Or

npm run dev
  1. After the startup is complete, will automatically open a browser and visit http://localhost:8081/view/index.html.

Command Line Version

node repl

More instructions at documentation

About

lifeRestart 游戏魔改之码农搬砖https://juejin.cn/game/coding-life?utm_source=github

License:MIT License


Languages

Language:JavaScript 82.5%Language:CSS 11.6%Language:HTML 5.9%