Simple implementation of Conway's Game of Life written in Go using the raylib library.
go install github.com/Xotchkass/Go_of_Life@master
Go_of_Life
or
go clone https://github.com/Xotchkass/Go_of_Life
cd Go_of_Life
go build
./Go_of_Life
Left mouse button
to paint a live cellsRight mouse button
to paint dead cellsR
key randomizes the gridC
key clears the gridN
key advances simulation a single generation if game is pausedSpacebar
pauses/resumes simulation+
/-
keys to increase/decrease simulation speedEsc
key to quit
- raysan for raylib
- Milan Nikolic for Raylib Go bindings