Skip to content

juankiz/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JC's Game of Life Implementation

Introduction

Start an irb session at the project root and then write:

require_relative 'lib/game_of_life'

game = GameOfLife.start
game.perform

You can call game.perform as many times as you want to advance the game, one step at a time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages