Skip to content

Releases: CallToPowerGames/jGameOfLife

jGameOfLife v1.2.1

11 Feb 14:55

Choose a tag to compare

jGameOfLife - Conway's Game of Life implementation.

jGameOfLife v1.2.0

10 Feb 22:47

Choose a tag to compare

jGameOfLife - Conway's Game of Life implementation.

jGameOfLife v1.1.0

14 Apr 18:43

Choose a tag to compare

jGameOfLife - Conway's Game of Life implementation.

New features

  • Renamed "Rounds" to "Generations"
  • Added a permanently visible info panel with number of generations and number of cells (all/alive/dead)
  • Added a new pattern: xkcd Conway ( https://xkcd.com/2293/ )

Bug fixes

  • Fixed a UI refresh bug on import

jGameOfLife v1.0.0

14 Apr 16:17

Choose a tag to compare

jGameOfLife - Conway's Game of Life implementation.

Features

  • "Live" update cells via mouse click while game is running
  • Different round speeds
  • Manual next round
  • Configurable field size
  • Import & Export patterns
  • Example patterns (under "patterns")