##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
- git clone https://github.com/anukin/game_of_life-13_07.git
- cd to the cloned repository
- bundle install
- bundle exec rake