honeyscience / old-crystal-caves-golang-0124

Crystal Caves multiplayer game server
0 stars 0 forks source link

Spin up incoming connection listener + outgoing sender #2

Open Evan-Honey opened 3 years ago

Evan-Honey commented 3 years ago

Write a function that waits for incoming connections, launch it from initialize_server.go

mollyli-honey commented 3 years ago

Should send and receive data as JSON. Needs to be translation on both the client + the server side to make them use the same format.

A contract needs to be defined, based on structs from https://github.com/honeyscience/crystal-caves-golang/issues/7