projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7c3d27
)
Added todo txt
author
Lukas Krickl
<lukas@krickl.dev>
Sun, 17 Nov 2024 06:33:39 +0000
(07:33 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Sun, 17 Nov 2024 06:33:39 +0000
(07:33 +0100)
TODO.md
[new file with mode: 0644]
patch
|
blob
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