/game-of-life

Ruby implementation of Conway's Game of Life

Primary LanguageRuby

Game of Life in Ruby

screen shot

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.

wiki link to game of life

Requirements

Developed in Ruby 2.4.1

Setup

brew install sdl2
bundle install

Tests

rspec spec/

Start the game

./bin/start

# or

ruby app/game.rb

screen shot