Home > Game-of-Life---Gosu

Game-of-Life---Gosu

Game-of-Life---Gosu is a project mainly written in Ruby, it's free.

A simple implementation of Conways Game of Life written in Ruby using the Gosu gem.

This is the readme file for the Game of Life - Gosu project.

Running

You need to install the gosu gem first: $ gem install gosu

Run the main.rb file to start the application: $ ruby main.rb

Controls

Key | Action ---------+---------------------- | Toggle auto-mode

| Simulate the next round | Repopulate the field | Quit the application Colors ====== Green => This cell is alive. Blue => This cell was revived. White => This cell is dead.