summaryrefslogtreecommitdiff
path: root/design/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'design/todo.txt')
-rw-r--r--design/todo.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/design/todo.txt b/design/todo.txt
new file mode 100644
index 0000000..023868e
--- /dev/null
+++ b/design/todo.txt
@@ -0,0 +1,8 @@
+Terrain:
+- [ ] Basic platforming
+- [ ] First dungeon
+- [ ] First overworld attempt
+
+Combat:
+- [ ] Basic enemy
+- [ ] Separate solid collision bounding box and damageable collision bounding box. Perhaps even different systems?