This commit is contained in:
Auric Vente
2024-07-20 05:03:10 -06:00
parent 896b39eb4a
commit 42791b1957
2 changed files with 31 additions and 8 deletions

View File

@@ -158,12 +158,14 @@ class Game:
@staticmethod
def get_status() -> None:
num_ants = len(Ants.ants)
if not num_ants:
if Ants.empty():
return
ant = Ants.get_lazy()
if not ant:
return
num = random.randint(1, 10)
s = RandomSentence()
status = ""