The Wayback Machine - http://web.archive.org/web/20210906134407/https://github.com/VickScarlet/lifeRestart
Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Sep 6, 2021
Sep 6, 2021
Sep 5, 2021
src
Sep 6, 2021
Aug 17, 2021
Aug 19, 2021
Aug 15, 2021
Aug 24, 2021
Aug 15, 2021
Aug 17, 2021
Sep 3, 2021

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