Remove unnecessary stuff from the game engine

This commit is contained in:
Jan Mrna
2025-09-21 17:56:47 +02:00
parent 7c848cd09f
commit fdfee95426
2 changed files with 24 additions and 164 deletions

View File

@@ -19,8 +19,10 @@
- [x] create a dedicated python script
- [ ] C++
- [x] re-use 2D game engine
- [ ] add map and tiles with cost
- [ ] add tiles (with cost) to map
- [ ] conversion functions from tile coords to world coords
- [ ] drawing tiles
- [ ] add "terrain tiles" with different costs
- [ ] add mouse-click movement (direct, no pathfinding, player always selected)
- [ ] add "terrain tiles" with different costs
- [ ] add different sprites
- [ ] implement pathfinding and
- [ ] implement pathfinding
- [ ] windows build?