github commit

This commit is contained in:
Aliaksei Brown 2023-06-19 16:19:06 +02:00
parent be0f333181
commit a790f0ba5a
9 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
agent/.DS_Store vendored

Binary file not shown.

BIN
agent/methods/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -76,7 +76,7 @@ class Game:
running = True
clock = pygame.time.Clock()
move_chicken_event = pygame.USEREVENT + 1
pygame.time.set_timer(move_chicken_event, 500) # chicken moves every 1000 ms
pygame.time.set_timer(move_chicken_event, 1000) # chicken moves every 1000 ms
self.search_object = a_star.Search(self.cell_size, self.cell_number)
chicken_next_moves = []

BIN
resources/.DS_Store vendored

Binary file not shown.

Binary file not shown.