diff --git a/route-planning.md b/route-planning.md index bd71e97..66be2cd 100644 --- a/route-planning.md +++ b/route-planning.md @@ -1,5 +1,7 @@ #Planowanie ruchu - +Całą implementacje automatycznego poruszania się można znaleźć w plikach +[AStarNode.py](https://git.wmi.amu.edu.pl/s444409/DSZI_Survival/src/development/src/Al/AStarNode.py) +oraz [AutomaticMovement.py](https://git.wmi.amu.edu.pl/s444409/DSZI_Survival/src/development/src/Al/AutomaticMovement.py) ##Pętla główna strategii przeszukiwania ##Funkcja następnika diff --git a/src/game/Map.py b/src/game/Map.py index 8228ba3..6a56cd9 100644 --- a/src/game/Map.py +++ b/src/game/Map.py @@ -146,8 +146,6 @@ class Map: self.terrainTilesList.remove(sprite) self.screen.removeSprite(sprite) - - # add object to map.collidables list to be collidable def collision(self, x, y): for b in self.collidables: