summaryrefslogtreecommitdiff
path: root/game.adb
diff options
context:
space:
mode:
Diffstat (limited to 'game.adb')
-rw-r--r--game.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/game.adb b/game.adb
index cc6d18c..e50d354 100644
--- a/game.adb
+++ b/game.adb
@@ -1119,6 +1119,7 @@ begin
end;
-- TODO(content): Side-room after first boss with Gnomes that drop keys to unlock bombs for the Second Boss
+-- TODO: Use the same color for Doors and Keys
-- TODO: Smarter Path Finding
-- - Recompute Path Map on each boss move. Not the Player turn. Because each Boss position change may affect the Path Map
-- - Move Bosses starting from the closest to the Player. You can find the distance in the current Path Map.