summaryrefslogtreecommitdiff
path: root/source/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/todo.txt')
-rw-r--r--source/todo.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/todo.txt b/source/todo.txt
index 0ff0dc1..0a60ced 100644
--- a/source/todo.txt
+++ b/source/todo.txt
@@ -30,3 +30,16 @@ TODO:
- make movement grid based
- Implement Broad Phase Collision for efficient collision handling
- vectorize math library with simd
+
+IDEAS:
+*Levels*
+Plain text file
+```
+version_hex
+entity_count
+entity_id posx poxy sizex sizey
+entity_id posx poxy sizex sizey
+entity_id posx poxy sizex sizey
+... repeats entity_count - 3 times
+(3 because we already declared 3 elements in this spec)
+```