Skip to content

somenugget/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Simple implementation inspired by https://www.youtube.com/watch?v=vurOFN7-72w

Game of life

To run the game just call from terminal

ruby lib/main.rb

In lib/main.rb there are three configurations for initial position of cells:

  • random
  • glider: alive cells will move from the top left corner to the bottom right
  • block: cells will not evolve and game will stop on the second evolution step

About

Conway's Game of Life written in ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages