Conwaymp

A sample version of Conway's Game of Life for the MarketPlacer Jnr Rails position.

Installation

$ gem install conwaymp

Usage

```$ conway --help usage: conway [options] -r, --rows Rows. Default: 20 -c, --cols Columns. Default: 20 -l, --load Path to board state to load -s, --seed Load a seed -ls, --seeds List available seeds --version print the version --help


## TODO

* Load file size verification
* Tidying up
* Better neighbour finding
* Somehow reduce the constant mapping/eaching?
* More tests