This is my realization of the Conway's Game of Life in Go. I did it just for fun.
I use Ebiten as game engine. Logic of Game of Life I implemented in Go by myself.
- Game of Life logic.
- Primitive cell editor by mouse.
- Pause, Play, Restart buttons and Speed control.
- Cool GUI
Clone repo, run go run cmd/game/main.go
and enjoy.
- WASD/Arrows: move camera
- Q/E or Wheel: zoom in/out camera
- Space: pause/play
- 12345: change speed
- R: restart scene