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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?