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.
Website: https://troytae-game-of-life.netlify.app/
Install Node.js
Clone this repository.
git clone https://github.com/TroyTae/game-of-life.git
Navigate to the folder.
cd game-of-life
Install npm modules.
npm install
If you want to start a server, use this command.
npm run start
Then you can go to http://localhost:4200 in your browser.
Made with contributors-img