/gameoflife

Game of Life in Lua with Love2D

Primary LanguageLuaMIT LicenseMIT

Conway's Game of Life

For learning purposes and fun. This is an implementation of the famous Conway's Game of Life, implemented in Lua, using the Love2D framework.

Functionality

The 'game' includes:

  1. Adjusting iteration period
  2. Play/pause the iterations
  3. 'Heatmap' based on the amount of neighbours
  4. (Toggle) wrapping around the boundary of the map
  5. Predefined 'stencils'

Screencap:

Imgur

More to come probably.