From: Lukas Krickl Date: Sun, 17 Nov 2024 06:33:39 +0000 (+0100) Subject: Added todo txt X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=87f01cb4b7295875a236187d3181c9d88bfe4442;p=gbrg%2F.git Added todo txt --- diff --git a/TODO.md b/TODO.md new file mode 100644 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