This commit is contained in:
marys
2025-09-30 09:55:49 +02:00
parent 6c22f08c24
commit 11a05106c6

1
app.py
View File

@@ -9,6 +9,7 @@ from websockets.asyncio.server import serve
from connect4 import PLAYER1, PLAYER2, Connect4
async def handler(websocket):
# Initialize a Connect Four game.
game = Connect4()