/game_of_life

A Ruby implementation of Conway's Game of Life in Gosu

Primary LanguageRuby

Instructions For Use

Bundle the required gems:

bundle install

Then run the executable:

bin/game_of_life

Simples!