Categorygithub.com/sriosdev/game-of-life
modulepackage
1.0.0
Repository: https://github.com/sriosdev/game-of-life.git
Documentation: pkg.go.dev

# README

Conway's Game of Life

Cellular automaton math game

Controls

  • Space: start/pause game.
  • Left click: create new cell.
  • Right click: kill cell.

Compile

$ git clone https://github.com/sriosdev/game-of-life
$ cd game-of-life
$ go build -o game-of-life

Run

$ ./game-of-life

Pixel: 2D game library used

https://github.com/faiface/pixel

https://godoc.org/github.com/faiface/pixel