/game_of_life

Conway's Game of Life

Primary LanguageRuby

Conway's Game of Life

Inspired by the PDX Ruby Brigade

Here are the rules of game.

Set Up

There is a very simple command line interface. Just clone it, then navigate to the directory and run ruby ./bin/play to try it. You may have to run chmod +x ./bin/play first.