Skip to content

Releases: eleniums/game-of-life-go

Release 1.2.0

19 Jun 20:11
6428b28
Compare
Choose a tag to compare
  • Convert to Go Modules.

Release 1.1.2

08 Dec 03:12
Compare
Choose a tag to compare
  • Can now cross compile to Linux.

Release 1.1.1

08 Aug 00:59
Compare
Choose a tag to compare
  • Can now cross compile to Windows and Mac.

Release 1.1.0

07 Jun 15:33
7276917
Compare
Choose a tag to compare
  • Made grid size infinite.
  • Allow scrolling around the grid.
  • Fix window resizing and enable by default.
  • Tests, benchmarks, and optimizations.

Release 1.0.1

21 Apr 23:45
Compare
Choose a tag to compare
  • Fix issue where cell can be added to the grid while the simulation is running

Release 1.0.0

21 Apr 00:37
9562d2b
Compare
Choose a tag to compare
  • Completed Conway's Game of Life during a two day hackathon at work
  • Fully functional simulation using Pixel and Go
  • Can save and load patterns
  • Different cell types offer a twist on the original simulation