Skip to content

healeycodes/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My blog post: My First Golang Program


Built in an evening, while noodling around with Ebiten — a cross-platform 2D game library for Go.

Preview GIF

Left click flips the state of nearby cells.

Preview interaction GIF

Install

go install

Run

go run main.go


MIT.