Game Of Life
DescripitionImplement the Game of Life by John Conway
Features- Implement the Game rule
- Add Start/Stop Button
- Add Reset Button
- Add Speed Control Button
- Add Grid Size Control Button
- Add Randomize Button
Guidelines- Submit the source code on Github with an explanatory README.
- Place the repository link in a comment under the tweet.
- The deadline is Sunday, November 19th, at 23:59.
- Your work will be evaluated based on the following criteria: functionality, code quality, clarity of the README, ease of use, and solution ergonomics.
- Choose the programming language you prefer.
- If you are working on the web, I accept that you implement the solution with React or Angular, but the fewer libraries you use, the higher your chances of winning.
- For inspiration, here's an example of the Game of Life: https://playgameoflife.com.
- Consult the Wikipedia page of Conway's Game of Life to understand how it works: https://en.m.wikipedia.org/wiki/Conway%27s_Game_of_Life.