From d6d645628976c2e7de0f5db56d867bf3b391c75a Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Wed, 24 Jan 2024 12:02:00 -0500 Subject: [PATCH] Updated TODO --- todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index bcddfad..edcc6e5 100644 --- a/todo.txt +++ b/todo.txt @@ -1 +1,2 @@ -1. Implement proper bouncing off, when ball collides with paddle. See https://gamedev.stackexchange.com/a/147774 +1. Implement the networking aspect of the game. +2. Try to make the ball go between screens.