##GAME OF LIFE

###Overview This is an implementation of the conway's game of life.It works based on the same set of rules set by conway, and is essentially the same in Ruby.

###Pre-requisites None as such, will work on any machine which has bundler, ruby and rbenv setup.Make sure you have them

###Build

  1. git clone https://github.com/anukin/game_of_life-13_07.git
  2. cd to the cloned repository
  3. bundle install
  4. bundle exec rake