diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-05 00:57:56 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-05 00:57:56 +0100 |
commit | df26827a3f00d64f5af01271818c7c8bd7eaa387 (patch) | |
tree | 3e628dad40d74be0e331edb98454394d474ff412 /spec | |
parent | 1762e9f622c7a9045e6ea23a92a81d7dfa5dadda (diff) |
start of networking, and packet_reader
Diffstat (limited to 'spec')
-rw-r--r-- | spec | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -1,9 +1,6 @@ -program where you can draw with the mouse - DONE -program where you can draw with the mouse and it draws lines between the points -program where you can draw with the mouse and it interpolates nicely with beziers -program where you can do that multiplayerly - hard! -program where you can switch between drawing and moving around -program where you can do that and also see each other's positions +next thing to do: client sends circle positions to server. +server just prints that out +only one client connected to server +then expand to multiple clients, server mirrorring, etc... +then actually that's mostly there mpvwise |