From 51b047e58b586044676700f6a0d10b03e320a0ba Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Wed, 11 Nov 2020 23:54:34 -0500 Subject: [PATCH] Add some items to the todo. But this is by no means a complete list. --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.md b/TODO.md index c20f3fd..9780e91 100644 --- a/TODO.md +++ b/TODO.md @@ -2,3 +2,8 @@ TODO ======= * When a centipede segment is added on the right, if there is a mushroom either right at the edge or maybe on tile from the edge (not sure which), the segment seems to turn around and travel up along the edge of the screen. Not sure if this can happen on the left side also. This is likely a problem with the mushroom collision detection and a segment which is mostly off-screen should probably ignore blocking mushrooms until on-screen. +* At the end of the game, the score should be compared to the high score. If larger, store the high score. +* When a collision is detected with the player, the thing collided with should explode. That also means that the bugs in general do not update when the player has died, unless they are exploding in which case they do. +* When the player dies, the mushrooms need to be reset and the score incremented for damaged and poisoned mushrooms. +* So much more. +* Why is there no sound? Because I haven't coded any...