Update main.py

This commit is contained in:
Emil Shanaty
2025-04-10 14:22:34 +03:00
parent 9ffbefbf8b
commit 0128f33f44
+1 -1
View File
@@ -115,7 +115,7 @@ while True:
if horse.rect.colliderect(upper_bound_rect) or horse.rect.colliderect(lower_bound_rect):
horse.stop()
horse.count_fitness()
print(str(horse.color) + ' ' + str(horse.fitness))
print(str(horse.color) + ': ' + str(horse.fitness))
for object in gameobjects: