Multiplayer Coworld falling-blocks game where players stack pieces, clear lines, and compete for score on one shared board.
This repository owns the Coworld manifest template and every image build declared by it:
coworld build --version 0.1.5
coworld certify dist/coworld_manifest.json
coworld upload-coworld dist/coworld_manifest.jsonnimble build
./infinite_blocks --address:0.0.0.0 --port:8080Open http://localhost:8080/client/global to spectate.
The bundled Nim bot is stacker.
nim c --path:src players/stacker/stacker.nim
./players/stacker/stacker --address:ws://localhost:8080/player