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!| Name | Name | Last commit date | ||
|---|---|---|---|---|
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!