Skip to content

TiSer/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Run $ruby run.rb. You can change game setting in file game.rb (columns, rows and number of iterations).

You can place your file with coordinates to root folder with name inp.txt. Format for coordinates could be fill in with comas and semicolons, where first digit is Y and second on is a place of alive cell on X that you want to put inside. Example:

1,2; 1,3; 1,4; 1,5; 2,3;

About

Conway's Game of Life on Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages