pathfinding_demo/README.md
2025-09-20 15:46:23 +02:00

24 lines
650 B
Markdown

# LPP pathfinding task
## TODO
- [ ] python
- [x] get jupyter lab running
- [x] drawing utility
- [x] interface for pathfinding
- [x] research methods
- [ ] implement methods
- [x] DFS
- [x] BFS
- [x] Dijsktra
- [ ] A*
- [x] performance measurement: time/visited nodes
- [ ] finish text on the page
- [x] create a dedicated python script
- [ ] 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