renuo / game-of-life

variety challenge over n rounds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

variety challenge over n rounds

License:MIT License


Languages

Language:Ruby 100.0%Language:Shell 0.0%