We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the bomber wiki!
all messages must be encoded with msgpack.
{ "type": "move", "direction": "w" }
direction kann ein zeichen von WASD (klein geschrieben!) sein.
{ "type": "status", "get": "X" }
get kann sein: map / points whoami: meine farbe map: gesamte map points: aktueller Spielstand
{ "type": "action", "set": "bomb" }
set kann sein: bomb
{ "type": "whoami" }
self.client.inform("OK", [self.color, self.id, self._top, self._left])
There was an error while loading. Please reload this page.