Skip to content

yakuphanbilgic/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Game-of-Life

Simple program to learn Go, Conway's Game Of Life .

Rules

  • Any alive cell with less than 2 or more than 3 neighbours dies.
  • Any dead cell with exactly three live neighbours becomes alive cell.
  • Any alive cell with 2 or 3 neighbours lives through next generation.

About

Conway's Game of Life using Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages