Python demo: research

This commit is contained in:
Mrna
2025-09-18 19:19:24 +02:00
parent 36919b4bd1
commit e561cc340a
2 changed files with 6 additions and 4 deletions

View File

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