Skip to content

msc01/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Simple Ruby implementation of Conway's game of life.

Synopsis

./bin/conway

Description

A simple implementation of Conway's game of life in Ruby developed during the Global Day of Code Retreat 2016 in Karlsruhe.

ToDo

Bugs:

  • Rule 4 is missing.

Things which need to be done in further version:

  • Documentation.
  • Seed method to initialize board either randomly or from a file.
  • Command line argument for size and seed.
  • Make it more »Ruby-ish«, esp. try to get rid of the while-loops in Board::show and Board::next_generation.
  • Avoid using direct accessing the array of cells.
  • Taking style guide / Rubocop into account.

About

Conway's game of life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages