This application allows the user to click individual cells and implements the rules for Conway's The Game of Life algorithm.
https://bduran04.github.io/GOL/
- React.js
- Javascript
- Immer library
To install necessary dependencies, run the following command: npm install, then run the command, npm start to start the application
This project is licensed under: MIT
Reach out to me if you would like to contribute to the repo!
Tests through Jest in progress to ensure that the nextGeneration function works properly
If you have questions, you can reach me at [email protected]. You can find more of my work at bduran04