osbornmatwit / MultiMinesweeper

0 stars 0 forks source link

Complete Message Protocol #5

Open osbornmatwit opened 3 years ago

osbornmatwit commented 3 years ago

In source docs

Features needed

Optional

osbornmatwit commented 3 years ago

In source docs copied here.

Message format reference

The basic format is type:data sent over a DataOutputStream. Each message should be with writeUTF and read with readUTF.

Types

system

System messages

result

A result from a previous request

chat

Chat messages, data is an arbitrary string

game

Game specific messages, TBD