fjank / github-workflow-kata

Game of life kata set in a github workflow environment
0 stars 0 forks source link

As a user i should be able to increment the world to the next generation #5

Closed fjank closed 3 years ago

fjank commented 4 years ago

This will iterate the game world to the next generation i.e the step from :

Generation 1:
4 8
........
....*...
...**...
........
To

Generation 2:
4 8
........
...**...
...**...
........