Added todo txt
authorLukas Krickl <lukas@krickl.dev>
Sun, 17 Nov 2024 06:33:39 +0000 (07:33 +0100)
committerLukas Krickl <lukas@krickl.dev>
Sun, 17 Nov 2024 06:33:39 +0000 (07:33 +0100)
TODO.md [new file with mode: 0644]

diff --git a/TODO.md b/TODO.md
new file mode 100644 (file)
index 0000000..ff2e778
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,15 @@
+# TODO
+
+## turn based 
+
+- Movement should be turn based 
+- PLayer moves from one tile to another 
+- Let animations play and then update AI actors after player move 
+- Collision can then only use a single coordinate to check 
+
+## dungeon generator 
+
+- Generate a map of rooms 
+- Maps are stored in sram
+- No backtracking 
+- Rooms are taken from a set of base rooms in rom