Skip to content

julz/gooflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life in Go - just for fun

Running

echo '
.........
.........
....XX...
...XXX...
...X.....
...XX....
.........
.........' | go run cmd/gooflife-cli/main.go -wrap

example

Supported Flags

  • -wrap: causes the grid to wrap around when counting neighbours

Running the Web UI

pushd ui
yarn build
popd

go run cmd/gooflife-web/main.go
open localhost:8080

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •