/game_of_life

very simple/naive implementation of game of life in ruby

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

Conway's Game of Life (Ruby 2.x)

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.

Running the game

  1. clone the repo
ruby game.rb #{board_size}

Running the tests

ruby tc_board_simple.rb