/game_of_life

Conway's Game of Life in ruby.

Primary LanguageRuby

Conway's Game of Life

Ruby implementation of Conway's Game of Life. ASCII input and output, tested with minitest.

Includes Gosper Gun seed pattern.

Running

Run the default Gosper Gun seed pattern:

rake

For more advanced usage, run the game_of_life.rb file directly.

Help

ruby game_of_life.rb -h

Tests

rake test