Mods
This commit is contained in:
parent
098aaaf228
commit
de39189712
|
@ -197,7 +197,6 @@ class Ants:
|
||||||
top = None
|
top = None
|
||||||
top_score = 0
|
top_score = 0
|
||||||
|
|
||||||
# This could be a one-liner but I might expand the algorithm later
|
|
||||||
for ant in Ants.ants:
|
for ant in Ants.ants:
|
||||||
score = ant.get_score()
|
score = ant.get_score()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue