From df26827a3f00d64f5af01271818c7c8bd7eaa387 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 5 Apr 2024 00:57:56 +0100 Subject: start of networking, and packet_reader --- spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'spec') 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 -- cgit v1.2.3