Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.28 KB

This project is deployed to https://freshchris01.github.io/game-of-life-react/

This project was bootstrapped with Create React App.

Game of Life

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.

Features

  • 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!

Getting Started

  • Make sure to have the latest Node.js version installed
  • Clone the project
  • npm install install dependencies
  • npm start run the app
  • Open localhost:3000 in your favourite browser (Chrome ver. 65+, Microsft Edge ver. 41+)

License

This project is licensed under the MIT License - see the LICENSE.md file for details.