We love games, that's why we are challenging you to create a web application version of the famous game "Game of life".
- As a visitor I should be able to edit the initial state of the cells
- As a visitor I should be able to start the game by clicking the "Start" button
- As a visitor I should be able to stop the game by clicking the "Stop" button
- Quality of the code
- Logic
- Architecture used
- You can use the language of your preference
- The code must be uploaded to a github repository
- HAVE FUN CODING !
- Object Oriented Design (OOD)
- Add the posibility to edit the matrix by setting the dimensions before starting the game
- Don't forget to push your commits/changes every half hour so that we can track the progress of your challenge!