Ruby Game of Life A simple ruby implementation of Conway's Game of Life: http://en.wikipedia.org/wiki/Conway's_Game_of_Life Just run the following: require './game' Game.new(30, 50).run!