Skip to content

iofall/game-of-life

 
 

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

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.2%
  • HTML 0.6%