0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby library that encaptulates the logic of the game
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 2.0.0
>= 0
 Project Readme

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.