Josef Spillner

            
          

Protocol specification for Kamikaze.

Table of Contents
The Kamikaze Protocol
Client-Server Communication Protocol
Game startup
Player interaction
Game flow
Protocol Reference
Client to server messages
OP_MOVE -- Client moved character
OP_ACTION -- Client initiated some action
Server to client messages
server.OP_MOVE -- Broadcast of character move by client
server.OP_CHEAT -- Player ban notification
server.OP_ACTION -- Events of any kind
server.OP_STATE -- Game state changes
Game message in both directions
OP_RULES -- Client selected a rule set
OP_MAP -- Client sent a map of choice
Implementation notes