genetic_algorithm #7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -192,7 +192,7 @@ def do_actions(tractor, WIN, move_list):
|
||||
|
||||
tractor.draw_tractor(WIN)
|
||||
pygame.display.update()
|
||||
time.sleep(0.5)
|
||||
time.sleep(0.35)
|
||||
|
||||
|
||||
#displays results of the "work_on_field" function next to the field:
|
||||
|
@ -80,7 +80,7 @@ def tile_cost(tile):
|
||||
if tile.image == "resources/images/sampling.png":
|
||||
return 100
|
||||
if tile.image == "resources/images/rock_dirt.png":
|
||||
return 500
|
||||
return 1000
|
||||
else:
|
||||
return 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user