Update README with TODOs

This commit is contained in:
Jan Mrna 2025-09-20 15:46:23 +02:00
parent 09b5d5ba75
commit c7ddabd613

View File

@ -6,11 +6,15 @@
- [x] get jupyter lab running
- [x] drawing utility
- [x] interface for pathfinding
- [ ] research methods
- [x] research methods
- [ ] implement methods
- [ ] performance measurement: time/visited nodes
- [x] DFS
- [x] BFS
- [x] Dijsktra
- [ ] A*
- [x] performance measurement: time/visited nodes
- [ ] finish text on the page
- [ ] create a dedicated python script
- [x] create a dedicated python script
- [ ] C++
- [ ] re-use 2D game engine
- [ ] add mouse-click movement (direct, no pathfinding, player always selected)