Open SigmaHyperon opened 5 years ago
Whenever the user moves a character on the board, the resulting endposition should be broadcast to the network The transmission should include a timestamp to enable collision-resolution in race-conditions
proposed transfer format example per character:
{ "id": "<uid>", "name": "Jesus", "hp": "42%", "position": { "x": 100, "y": 100 } }
Whenever the user moves a character on the board, the resulting endposition should be broadcast to the network The transmission should include a timestamp to enable collision-resolution in race-conditions