CmdEngineer / game-of-life

Conway's game of life web version!

Home Page:https://troytae.github.io/game-of-life/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

game-of-life

description

Conway's game of life web version!
Issue and PR are always welcome :)

Installation

Step1

Clone this repository.

git clone https://github.com/TroyTae/game-of-life.git

Step2

Install npm modules. (If you are not install npm, do it first)

npm install

Step3

If you wanna start server, use this command.

npm run start

Then you can open this url(http://localhost:4200) in you browser.

If you wanna build, use this command.

npm run build

Then you can see builded files in docs directory.

About

Conway's game of life web version!

https://troytae.github.io/game-of-life/

License:MIT License


Languages

Language:TypeScript 98.0%Language:JavaScript 1.4%Language:HTML 0.6%