From 79ef94bfc55a687ee89a8fe4ae34427491698561 Mon Sep 17 00:00:00 2001 From: Sahar Shayegan Date: Fri, 9 Apr 2021 18:14:01 +0430 Subject: [PATCH] Add antId --- AI.py | 1 + 1 file changed, 1 insertion(+) diff --git a/AI.py b/AI.py index 9877a37..71e28c7 100644 --- a/AI.py +++ b/AI.py @@ -5,6 +5,7 @@ class AI: + antId = int(random.random() * 10000000) def __init__(self): # Current Game State self.game: Game = None