Conway's Game Of Life The project implements the "Game of life" invented by John Horton Conway. Installing Clone the repo Run bundle install to install dependencies Running the game Run ruby lib/game_of_life.rb Running tests Run ruby test/galaxy_test.rb to execute galaxy test file