Strand94 / Sketchy

Prosjekt i Programvareutvikling
0 stars 1 forks source link

Rewind #33

Closed michoy closed 6 years ago

michoy commented 6 years ago

Plan for hvordan det skal fungere: Når spillet avsluttes, sendes et array med notepads fra Game til hver av clientene. clientController tar av seg visingen av disse til spilleren. LobbyMasteren får opp en ekstra knapp og velger når neste bilde/gjett skal vises.

TODOs

i gameController:

michoy commented 6 years ago

Transfer of notepad between server and client

images will be sent to server as base64 strings


Step 1 test already existing jsonTonotepadList (which uses gson lib)

Step 2 if step 1 doesn't work, try serialization using json.org, which socket.io also uses

michoy commented 6 years ago

what's left now:

larsekje commented 6 years ago