UNPKG

entwickeln

Version:

A JavaScript library for Conway's Game of Life

21 lines (15 loc) 483 B
## Changelog **1.0.0** * Published Entwickeln! **1.0.1** * Directory reorganisation and minor description changes. * Added changelog. **1.1.0** * The property `born` for each cell has been renamed to `gen` to better reflect the use of this property. * Added a new API for editing cells. * Updated readme. **1.2.0** * Fixed incorrect boundary conditions implementation in `countNeighbour()` **1.3.0** * Substantial performance improvement after refactoring. No breaking changes.