My version of Conway's "Game of Life", where cells live or die based off of their neighbors.
- React
- Javascript
- SASS
To contribute to Game Of Life, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <project_name>/<location> - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
If you want to contact me visit my portfolio or email me at marcolwhyte@gmail.com