From ffa49fe7132945569f610a0096491ef14927ea54 Mon Sep 17 00:00:00 2001 From: talha Date: Thu, 16 Jan 2025 14:10:44 +0500 Subject: Added level loading from file --- source/todo.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'source/todo.txt') 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) +``` -- cgit v1.2.3