cgolGo

Conway's Game of Life in Golang

Github stars Tracking Chart

cgolGo

Codacy Badge
BCH compliance
Travis CI
Go Report Card
Codebeat badge
Coverage Status
GoDoc
License MIT

Conway's game of life in Golang

Conway's Game of Life
in Golang

Conway's Game of Life is a zero-player game - a cellular automaton simulation invented by John Horton Conway.
There are many implementations in every important programming language here on GitHub.
The map of a Game of Life consists of a two-dimensional grid of square cells.
Each cell can have one of to two possible states - dead or alive.
The future of a cell is determined by its own current status and that of the eight direct neighbors - vertically, horizontally and diagonally.

  • a living cell with two or three living neighbors stays alive
  • a dead cell with three living neighbors becomes a live cell
  • every other cell will be a dead cell in the next round

Examples

01.gif

01.gif

02.gif

02.gif

03.gif

03.gif

15.gif

15.gif

License

MIT

Main metrics

Overview
Name With OwnerSimonWaldherr/cgolGo
Primary LanguageGo
Program languageGo (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2014-07-14 00:20:31
Pushed At2024-09-28 16:37:52
Last Commit At2024-09-28 18:37:52
Release Count5
Last Release Namev0.12.0 (Posted on 2024-09-28 18:31:48)
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count49
Watchers Count3
Fork Count7
Commits Count39
Has Issues Enabled
Issues Count2
Issue Open Count1
Pull Requests Count1
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private