Sha256: 417ea234aec3c8f20b98fd81bbbf03c956b7df1afb081303c9e3453a9d0cb8a1
Contents?: true
Size: 425 Bytes
Versions: 61
Compression:
Stored size: 425 Bytes
Contents
Story: cells with less than two neighbours die As a game producer I want cells with less than two neighbours to die So that I can illustrate how the game works to people with money Scenario: cells with zero or one neighbour die Given the grid looks like ........ .XX.XX.. .XX..... ....X... ........ When the next step occurs Then the grid should look like ........ .XX..... .XX..... ........ ........
Version data entries
61 entries across 61 versions & 11 rubygems