🧹 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:
@ -19,7 +19,7 @@ AISCORES = {
|
||||
ROWCOUNT = 6
|
||||
COLUMNCOUNT = 7
|
||||
|
||||
class connectFour():
|
||||
class ConnectFour():
|
||||
def __init__(self,bot):
|
||||
self.bot = bot
|
||||
self.draw = drawConnectFour(bot)
|
||||
|
Reference in New Issue
Block a user