added TODO for new map drawing routine
authorLukas Krickl <lukas@krickl.dev>
Sat, 10 Jan 2026 04:19:38 +0000 (05:19 +0100)
committerLukas Krickl <lukas@krickl.dev>
Sat, 10 Jan 2026 04:19:38 +0000 (05:19 +0100)
TODO.md

diff --git a/TODO.md b/TODO.md
index 9449365bcb86dcd7c6e4d8541e2ca252cfe05c52..98effcb1f145c8aa265972d84427c9984333bc12 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -5,10 +5,10 @@
 
 ## Game field
 
-- decoration flag (draws a decoration tile on wall)
-- door flag (draws door on wall)
-- sprite drawing to the left/right of the current tile
-- indicator for when monsters are nearby
+- rework tiles to not indicate exit direction, instead use wall tiles
+- drawing should be top down withint a viewport around the player
+- everything outside the viewport should be dark
+- edges should have dedicated dotted tiles
 
 # Combat