conways-game-of-life
conways-game-of-life copied to clipboard
🎲 Conway's game of life
Conway's Game of Life
My blog post: My First Golang Program
Built in an evening, while noodling around with Ebiten — a cross-platform 2D game library for Go.
Left click flips the state of nearby cells.
Install
go install
Run
go run main.go
MIT.