Canvasworld is a puzzle game based on wireworld celullar automaton
go get -u github.com/lferth93/canvasworld
cd $GOPATH/src/github.com/lferth93/canvasworld
go build
Canvasworld loads w1.json file and shows evolution
| Key | Action |
|---|---|
| Up arrow | Speedup the simulation |
| Down arrow | Slowdown the simulation |
| L | Reload w1.json file |
| Space | Pause or resume simulation |