github commit
This commit is contained in:
parent
be0f333181
commit
a790f0ba5a
BIN
agent/.DS_Store
vendored
BIN
agent/.DS_Store
vendored
Binary file not shown.
BIN
agent/methods/.DS_Store
vendored
Normal file
BIN
agent/methods/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
agent/neural_network/.DS_Store
vendored
BIN
agent/neural_network/.DS_Store
vendored
Binary file not shown.
BIN
agent/neural_network/images/.DS_Store
vendored
BIN
agent/neural_network/images/.DS_Store
vendored
Binary file not shown.
BIN
agent/neural_network/images/test/.DS_Store
vendored
BIN
agent/neural_network/images/test/.DS_Store
vendored
Binary file not shown.
2
main.py
2
main.py
@ -76,7 +76,7 @@ class Game:
|
|||||||
running = True
|
running = True
|
||||||
clock = pygame.time.Clock()
|
clock = pygame.time.Clock()
|
||||||
move_chicken_event = pygame.USEREVENT + 1
|
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)
|
self.search_object = a_star.Search(self.cell_size, self.cell_number)
|
||||||
chicken_next_moves = []
|
chicken_next_moves = []
|
||||||
|
|
||||||
|
BIN
resources/.DS_Store
vendored
BIN
resources/.DS_Store
vendored
Binary file not shown.
BIN
resources/vegies/.DS_Store
vendored
BIN
resources/vegies/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user