This project is deployed to https://freshchris01.github.io/game-of-life-react/
This project was bootstrapped with Create React App.
This is a Game of Life application and was created for an IT Talents code competition. If you find any bugs just open an issue or if you have feedback please contact me.
- Experience "Game of Life" by yourself
- Adjust the size of the grid (limited between 5 - 50)
- Toggle cells (alive/dead) by clicking cells in the grid
- Play/Pause the simulation whenever you like
- Adjust the speed if the simulation is too fast/slow for you
- Load one of the presets and experiment with them!
- Make sure to have the latest Node.js version installed
- Clone the project
npm install
install dependenciesnpm start
run the app- Open
localhost:3000
in your favourite browser (Chrome ver. 65+, Microsft Edge ver. 41+)
This project is licensed under the MIT License - see the LICENSE.md file for details.