wlof / gameoflife

A simple Python implementation of Conway's Game of Life using the curses library.
MIT License
3 stars 0 forks source link

New game implementations #14

Closed wlof closed 9 years ago

wlof commented 9 years ago

(This is linked to #13.)

A game implementation should be able to provide the following information for each cell:

Because computing and tracking these properties is not free, also add "light" implementations that don't compute them.

wlof commented 9 years ago

Done in 0.4.0.