Project

conway

0.0
No commit activity in last 3 years
No release in over 3 years
A simple implementation of Conway's Game of Life with an ASCII visualizer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 0.1.4
 Project Readme

Conway

A simple Game of Life implementation with a priority focus on object design.

It's probably a bit leaky of object references and hasn't had any go at optimizing the efficiency of the algorithm.

Conway comes with a very simple ASCII visualizer. It can be invoked as below, where the size argument determines the dimensions of the cell grid:

conway --size 25 --cells="10,2 9,3 8,3 9,4 10,4" --stats
conway -s 30 -c 2,3:3,3:3,2:2,2:3,4

When playing with the code itself, there's a sanity check Rake task:

rake glider

Please feel free to send feedback via the GitHub project or via email at mby AT mattyoho DOT com.