From e623c293b7d6e7b74e4276bf8e82b985703b7a29 Mon Sep 17 00:00:00 2001 From: "jan.mrna" Date: Thu, 18 Sep 2025 15:21:37 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e45daef..0c03b94 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ # LPP pathfinding task +## TODO + - [ ] python - [x] get jupyter lab running - [ ] drawing utility - [ ] interface for pathfinding - [ ] research methods + - [ ] implement methods + - [ ] finish text on the page - [ ] C++ - - + - [ ] re-use 2D game engine + - [ ] add mouse-click movement (direct, no pathfinding, player always selected) + - [ ] add "terrain tiles" with different costs + - [ ] add different sprites + - [ ] implement pathfinding and