Skip to content

Implementation of Conway's Game of L:seedling:fe in golang

Notifications You must be signed in to change notification settings

jahnestacado/go-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golife

Implementation of Conway's Game of Life in golang

Preview

The cells can be in one of three different states.

  • Newborn (Cyan)
  • Alive (Green)
  • Dead (Red)

Run

go run examples/main.go --rows=32 --cols=64 --seeds=300

Command line arguments

  • rows - The number of rows in the grid [optional]
  • cols - The number of columns in the grid [optional]
  • seeds - The number of the initial randomly placed cells in the grid [optional]

About

Implementation of Conway's Game of L:seedling:fe in golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages