For learning purposes and fun. This is an implementation of the famous Conway's Game of Life, implemented in Lua, using the Love2D framework.
The 'game' includes:
- Adjusting iteration period
- Play/pause the iterations
- 'Heatmap' based on the amount of neighbours
- (Toggle) wrapping around the boundary of the map
- Predefined 'stencils'
Screencap:
More to come probably.