Sha256: 7440f0887113dd1588e6f6995bc1cac76f7766abd154a0ea7b9b2633150c9cd5
Contents?: true
Size: 755 Bytes
Versions: 61
Compression:
Stored size: 755 Bytes
Contents
Story: The grid wraps As a game player I want the grid to wrap So that untidy stuff at the edges is avoided Scenario: crowded in the corners Given the grid looks like X.X ... X.X When the next step is taken Then the grid should look like X.X ... X.X Scenario: the glider returns Given the glider ...... ..X... .X.... .XXX.. ...... When the next step is taken and the next step is taken and the next step is taken and the next step is taken Then the grid should look like ...... ...... .X.... X..... XXX... When the next step is taken Then the grid should look like .X.... ...... ...... X.X... XX.... When the next step is taken Then the grid should look like XX.... ...... ...... X..... X.X...
Version data entries
61 entries across 61 versions & 11 rubygems