Advanced Search
Search Results
2 total results found
Game of life
Behavior Driven Development Projects
GitHub repo Rules of life Based on Wikipedia: Conway's Game of Life: Rules The universe of the Game of Life is an infinite two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, alive or dead. Every cell interacts...
OCR
Clean Code Projects
GitHub repo Subject User Story 1 The input format created by the machine is as follows: _ _ _ _ _ _ _ | _| _||_||_ |_ ||_||_| ||_ _| | _||_| ||_| _| Each entry is exactly 4 rows and 27 columns (9 x 3). The first three lines describe ...