Compare commits

..

No commits in common. "06bf4fd57a1224f06698e0f33ad1ad653a641319" and "be0f33318132727b643fb7a2ae59e9fce4756b04" have entirely different histories.

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.

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, 1000) # chicken moves every 1000 ms
pygame.time.set_timer(move_chicken_event, 500) # 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.