raport progress
This commit is contained in:
parent
6fbc9184f4
commit
b4624c4c56
@ -1,5 +1,7 @@
|
|||||||
#Planowanie ruchu
|
#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
|
##Pętla główna strategii przeszukiwania
|
||||||
|
|
||||||
##Funkcja następnika
|
##Funkcja następnika
|
||||||
|
@ -146,8 +146,6 @@ class Map:
|
|||||||
self.terrainTilesList.remove(sprite)
|
self.terrainTilesList.remove(sprite)
|
||||||
self.screen.removeSprite(sprite)
|
self.screen.removeSprite(sprite)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# add object to map.collidables list to be collidable
|
# add object to map.collidables list to be collidable
|
||||||
def collision(self, x, y):
|
def collision(self, x, y):
|
||||||
for b in self.collidables:
|
for b in self.collidables:
|
||||||
|
Loading…
Reference in New Issue
Block a user