Skip to content

parksb/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published