Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T17:41:44.000Z (about 5 years ago)
- Last Synced: 2024-10-03T12:34:18.240Z (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: 41
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
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.
![Preview GIF](https://github.com/healeycodes/conways-game-of-life/raw/master/preview.gif)
Left click flips the state of nearby cells.
![Preview interaction GIF](https://github.com/healeycodes/conways-game-of-life/raw/master/preview-interaction.gif)
### Install
`go install`
### Run
`go run main.go`
MIT.