Skip to content

Instantly share code, notes, and snippets.

View TestingBytes's full-sized avatar

Sam Johnson TestingBytes

View GitHub Profile
### Keybase proof
I hereby claim:
* I am testingbytes on github.
* I am samjohnson (https://keybase.io/samjohnson) on keybase.
* I have a public key ASCU3yI5E_gDeCEBxDLk6To9RWxP59c_HZ_OrjQM5jcA6Ao
To claim this, I am signing this object:
@TestingBytes
TestingBytes / game_of_life.rb
Created July 7, 2010 16:30
Ruby Programming Challenge For Newbiews #11 - Game Of Life
# Ruby Programming Challenge For Newbiews #11 - Game Of Life
#
# game_of_life.rb
#
# Author: Sam Johnson <samuel.johnson@gmail.com>
# Date: July 8, 2010
class GameOfLife
attr_accessor :size, :state