Skip to content

zsoltime/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day 21 of My 3 Weeks Game Challenge

It's the last day of my 3 weeks challenge with Conway's Game of Life using vanilla JS.

User Stories

  • When I open the game, it randomly generates a board and start playing
  • I can start and stop the board
  • I can set up the board
  • I can clear the board
  • When I press start, the game will play out
  • Each time the board changes, I can see how many generations have gone by

Next Steps