cgolGo

Conway's Game of Life in Golang

Github星跟踪图

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

主要指标

概览
名称与所有者SimonWaldherr/cgolGo
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2014-07-14 00:20:31
推送于2024-09-28 16:37:52
最后一次提交2024-09-28 18:37:52
发布数5
最新版本名称v0.12.0 (发布于 2024-09-28 18:31:48)
第一版名称v0.1.0 (发布于 )
用户参与
星数49
关注者数3
派生数7
提交数39
已启用问题?
问题数2
打开的问题数1
拉请求数1
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?