Skip to content

WR-96/ruby-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life CLI

Ruby CLI implementation of Conway's Game of Life

Getting started

Clone this repository somewhere on your computer

$ git clone https://github.com/WR-96/ruby-game-of-life.git

Prerequisites

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

Usage

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.

Game of life playing an exploder

About

Conway's Game of Life Ruby CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages