netbrain/github-workflow-kata

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

netbrain opened this issue · 0 comments

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

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

To

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