scherztc / game-of-life

conway's game of life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of life

Run from irb thusly:

> require_relative 'col.rb'
> game = Game.new
> game.tick ## for one turn
> game.run ## for 100 turns

About

conway's game of life


Languages

Language:Ruby 100.0%