Skip to content

Zedex7/game-of-life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Description

Conway's Game of Life web version!
I hope this repository is a good lab for Game of Life.
And I also hope this repository is a good start point for first contributor.

Demo

Demo gif
Website: https://troytae.github.io/game-of-life/

Installation

Prerequisites

Install Node.js

Step 1

Clone this repository.

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

Step 2

Navigate to the folder.

cd game-of-life

Step 3

Install npm modules.

npm install

Step 4

If you want to start a server, use this command.

npm run start

Then you can go to http://localhost:4200 in your browser.

Contributors

Made with contributors-img

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

  • JavaScript 59.1%
  • TypeScript 38.6%
  • CSS 2.3%