/game-of-life

variety challenge over n rounds

Primary LanguageRubyMIT LicenseMIT

Variety: Game of Life

Setup

bundle install

Make your own game

cp -r ./example 00-<name>

Then edit the game.rb file in the new directory.

Run

See a listing of all games and run one:

bin/run

You could also run a custom game like that:

GAME_PATH=<round_nr>-<name_1>-<name_2>/game ruby visualize.rb