GalsenCodingChallenge

Logo Senegal
HomeChallengesDashbord
Sign In
  • Home
  • Challenges
  • Dashboard

© 2025 Galsen Coding Challenge.

Game Of Life
by: Elias Waly Ba
14/11/2023
Submissions
No Submissions

Game Of Life

DescripitionImplement the Game of Life by John Conway
Features
  1. Implement the Game rule
  2. Add Start/Stop Button
  3. Add Reset Button
  4. Add Speed Control Button
  5. Add Grid Size Control Button
  6. Add Randomize Button
Guidelines
  1. Submit the source code on Github with an explanatory README.
  2. Place the repository link in a comment under the tweet.
  3. The deadline is Sunday, November 19th, at 23:59.
  4. Your work will be evaluated based on the following criteria: functionality, code quality, clarity of the README, ease of use, and solution ergonomics.
  5. Choose the programming language you prefer.
  6. 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.
  7. For inspiration, here's an example of the Game of Life: https://playgameoflife.com.
  8. 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.