Skip to content

hotsukai/lifegame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Game of Life

usage

go run main.go <height :int> <width :int> <initializeLifeRate :float(0~1)> <interval :int>

option

  • -r , --routine
    • use GoRoutine
    • default is false
  • -p <boolean> , --print <boolean>
    • print game Field
    • default is true

help

go run main.go -h

sample

go run main.go 10 10 0.4 1
go run main.go 10000 10000 0.4 0 -r -p false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%