Ruby CLI implementation of Conway's Game of Life
Clone this repository somewhere on your computer
$ git clone https://github.com/WR-96/ruby-game-of-life.git
In order to run this game you nedd to Install ruby
For Debian/Ubuntu useres use the next command:
$ sudo apt-get install ruby-full
Once you are int the folder where you clone the repo, install the gem
$ gem install ./conway-0.0.0.gem
Then run the interactive Ruby irb
and require the gem require 'conway'
This should start the game, now select wich figure you want to play with.