added more todos
authorLukas Krickl <lukas@krickl.dev>
Thu, 18 Sep 2025 17:09:11 +0000 (19:09 +0200)
committerLukas Krickl <lukas@krickl.dev>
Thu, 18 Sep 2025 17:09:11 +0000 (19:09 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 953f1031ce45ed239cab498462bf333f4fc63d82..c3074880d3ecfb810eb3b13dfe607fcd42bc9bb2 100644 (file)
--- a/TODO.md
+++ b/TODO.md
 
 ## Mechanics
 
-[ ] Bribe -> some unites drop an item and leave
-[ ] Traps: laser alarms alert all units into chase mode
-[ ] Lockpick doors
-[ ] destroy doors -> fail may spawn enemy due to noise
-[ ] Sometimes bribery fails
+[ ] shootable doors and walls
+[ ] remove stats -> only leave hp and def
 
 ## animations
 
 
 [ ] rework movement to be pixel instead of tile based
 [ ] each actor has 8 collision points that get checked every frame 
+[ ] multi-directional movement -> handle collision for each cardinal direction
 [ ] when a collision occured -> movement/2 and try again to get as close as possible until movement is 0
 [ ] up -> move forward -> left/right turn player tank controls