Implement Conway's Game of Life with a pairing partner.
Anonymous
I implemented this in Go. I decided to implement the grid using a one-dimensional array. I started with a unit test to check my math on the array followed with the implementation. I proceeded to implement the rules and the logic to avoid going out of bounds. My pairing partner with Arcadia was a lot of fun to work with, and I had a really excellent time collaborating.
Check out your Company Bowl for anonymous work chats.