From 2145ac50a00e18b1132437cd2742daa8f54c166f Mon Sep 17 00:00:00 2001 From: Jan Mrna Date: Sat, 20 Sep 2025 17:37:01 +0200 Subject: [PATCH] Update README with TODOs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3264b4b..15da557 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ - [ ] finish text on the page - [x] create a dedicated python script - [ ] C++ - - [ ] re-use 2D game engine + - [x] re-use 2D game engine + - [ ] add map and tiles with cost - [ ] add mouse-click movement (direct, no pathfinding, player always selected) - [ ] add "terrain tiles" with different costs - [ ] add different sprites