Update README with TODOs

This commit is contained in:
Jan Mrna 2025-09-20 17:37:01 +02:00
parent d3cc6e960e
commit 2145ac50a0

View File

@ -18,7 +18,8 @@
- [ ] finish text on the page - [ ] finish text on the page
- [x] create a dedicated python script - [x] create a dedicated python script
- [ ] C++ - [ ] 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 mouse-click movement (direct, no pathfinding, player always selected)
- [ ] add "terrain tiles" with different costs - [ ] add "terrain tiles" with different costs
- [ ] add different sprites - [ ] add different sprites