From d885b18f584a18308d7cd2d3274d9071e7b0ebe8 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Wed, 7 Feb 2024 21:57:19 -0500 Subject: [PATCH] Updated TODO file --- todo.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index edcc6e5..02fbf71 100644 --- a/todo.txt +++ b/todo.txt @@ -1,2 +1,4 @@ -1. Implement the networking aspect of the game. -2. Try to make the ball go between screens. +1. Implement the multiplayer aspect of the game - detect if M_CLIENT or M_SERVER is set, and perform appropriate actions (e.g. M_CLIENT could control left paddle, M_SERVER could control right paddle). +2. Fix decoding function - segfaults if code is invalid. +3. Try to make the ball go between screens. +