simple/naive implementation of Conway's game of life based on the following wikipedia article https://en.wikipedia.org/wiki/Conway's_Game_of_Life meant to be a learning to to try/test different aspects of the ruby programming language.
- clone the repo
ruby game.rb #{board_size}
ruby tc_board_simple.rb