Releases: eleniums/game-of-life-go
Releases · eleniums/game-of-life-go
Release 1.2.0
Release 1.1.2
- Can now cross compile to Linux.
Release 1.1.1
- Can now cross compile to Windows and Mac.
Release 1.1.0
- Made grid size infinite.
- Allow scrolling around the grid.
- Fix window resizing and enable by default.
- Tests, benchmarks, and optimizations.
Release 1.0.1
- Fix issue where cell can be added to the grid while the simulation is running
Release 1.0.0
- 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