From 1f99c0929f0a82ea1643b3ef5531a04063abca61 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sun, 11 Feb 2024 23:22:05 -0500 Subject: [PATCH] Updated TODO --- todo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index 02fbf71..af30d58 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ 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. +2. ---- SHOULD BE DONE ---- Fix decoding function - segfaults if code is invalid. 3. Try to make the ball go between screens.