You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to create a multiplayer version of pong using a custom protocol over UDP.
The server and the cli-client are written in rust, the web-client uses svelte.
Protocol
The description of the protocol is in the Protocol.md file.