aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
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