https://github.com/healeycodes/conways-game-of-life
🎲 Conway's game of life
https://github.com/healeycodes/conways-game-of-life
conways-game-of-life ebiten go golang golang-game
Last synced: about 2 months ago
JSON representation
🎲 Conway's game of life
- Host: GitHub
- URL: https://github.com/healeycodes/conways-game-of-life
- Owner: healeycodes
- License: mit
- Created: 2019-09-30T17:30:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T17:41:44.000Z (over 5 years ago)
- Last Synced: 2025-04-30T16:19:53.139Z (about 2 months ago)
- Topics: conways-game-of-life, ebiten, go, golang, golang-game
- Language: Go
- Homepage: https://healeycodes.com/beginners/go/showdev/opensource/2019/10/02/my-first-golang-program.html
- Size: 421 KB
- Stars: 42
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
> My blog post: [My First Golang Program](https://healeycodes.com/beginners/go/showdev/opensource/2019/10/02/my-first-golang-program.html)
Built in an evening, while noodling around with [Ebiten](https://github.com/hajimehoshi/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.