🧹 Smaal clean-up with connect four

Removing the unused function in gameLoops and changing the class name to
start with a capital letter
This commit is contained in:
NikolajDanger
2021-04-04 15:38:26 +02:00
parent e4a44fffef
commit 5647cea552
3 changed files with 3 additions and 72 deletions

View File

@ -19,7 +19,7 @@ AISCORES = {
ROWCOUNT = 6
COLUMNCOUNT = 7
class connectFour():
class ConnectFour():
def __init__(self,bot):
self.bot = bot
self.draw = drawConnectFour(bot)