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_Lifeor
go clone https://github.com/Xotchkass/Go_of_Life
cd Go_of_Life
go build
./Go_of_LifeLeft mouse buttonto paint a live cellsRight mouse buttonto paint dead cellsRkey randomizes the gridCkey clears the gridNkey advances simulation a single generation if game is pausedSpacebarpauses/resumes simulation+/-keys to increase/decrease simulation speedEsckey to quit
- raysan for raylib
- Milan Nikolic for Raylib Go bindings