Skip to content

spaghetticode/game-of-life-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Build Status

See wikipedia page for the history and rules of this beautiful game.

Being the glider my current avatar I thought it was time to write my version of Conway's Game of Life in ruby :)

This is the simplest implementation I could write of the game in ruby, it's not the best OOP code example but I think that while being written just for fun and quicky it's compact and clear.

Usage

Run the basic game in terminal with

  ruby run.rb

Specs

Run them with

  rake

About

my ruby version of this famous game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages