Skip to content

kp2222/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple implementation of Conway's game of life in Ruby

Setup 

 * Install Ruby 1.9.2
 * install bundler     
 * Download the source code
 * run bundle install 
 * invoke the game of life using the command 'ruby life.rb  < map size >'
 * Alternatively you can use some of the example patterns stored in the examples directory with command ' ruby life.rb -p <pattern file name>' 
 

About

A simple implementation of Game of life in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published