Conway's Game of Life written in Go with raylib.
The simulation starts in edit
mode:
One can use the:
space
key to toggle between editing or running the simulationright-mouse
button to add cellsleft-mouse
button to remove cellss
key to to seed the Petri dish with random cells
enter
key to restart with a clean Petri dishq
key to quit
go build cmd/main.go
go run cmd/main.go