aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-05 00:57:56 +0100
committerubq323 <ubq323@ubq323.website>2024-04-05 00:57:56 +0100
commitdf26827a3f00d64f5af01271818c7c8bd7eaa387 (patch)
tree3e628dad40d74be0e331edb98454394d474ff412 /spec
parent1762e9f622c7a9045e6ea23a92a81d7dfa5dadda (diff)
start of networking, and packet_reader
Diffstat (limited to 'spec')
-rw-r--r--spec13
1 files changed, 5 insertions, 8 deletions
diff --git a/spec b/spec
index 1630116..58ac330 100644
--- a/spec
+++ b/spec
@@ -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