Skip to content
/ golife Public

An implementation of Conway's Game of Life written in Go using the Ebiten library for graphical output.

License

Notifications You must be signed in to change notification settings

chrizel/golife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golife

An implementation of Conway's Game of Life written in Go using the Ebiten library for graphical output.

Build

go build
./golife

Usage

Set cells to alive with the left mouse button. Kill cells with the right mouse button. Press space to start or pause the game. Press escape to reset the game.

About

An implementation of Conway's Game of Life written in Go using the Ebiten library for graphical output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages