Skip to content

Burmuley/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convey's "Game of Life" implementation in Go

Description

  • lifeform - instance of a life form
  • world - instance of a world (grid) where lifeforms can live and survive
  • ui - how world depicted to user

How to run

$ go build main.go -o life
$ ./life

By default console UI will be run. To watch life with GUI use option -ui:

$ ./life -ui gui

Releases

No releases published

Packages

No packages published

Languages