Skip to content

arnab/game_of_life

Repository files navigation

Conway's Game of Life, in Ruby

[Build Status][travis] [travis]: http://travis-ci.org/arnab/game_of_life

About

See the notes file for details about my thoughts.

Setup

  • If you are using rvm, as soon as you cd into this directory a gemset will be created, wherein all the gems will be installed by bundler
  • So the only steps you need to take are:
    1. gem install bundler
    2. bundle install

How to play

  • Run the cucumber steps to see examples.
  • You can play with the code with the simple script provided: ./scripts/play_game.rb examples/pulsar.txt

Documentation

Hosted

Build your own

  • Follow setup steps above if you have not already
  • Generate the yard dpcumentation by running: yard server --reload
  • Then you can see it at http://localhost:8808/

Supported Rubies

[Tested against][travis] the following Ruby implementations:

##Copyright Copyright (c) 2012 Arnab Deka. See LICENSE for details.

About

Conway's Game of Life in Ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages