test
This commit is contained in:
1
app.py
1
app.py
@@ -9,6 +9,7 @@ from websockets.asyncio.server import serve
|
|||||||
from connect4 import PLAYER1, PLAYER2, Connect4
|
from connect4 import PLAYER1, PLAYER2, Connect4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
async def handler(websocket):
|
async def handler(websocket):
|
||||||
# Initialize a Connect Four game.
|
# Initialize a Connect Four game.
|
||||||
game = Connect4()
|
game = Connect4()
|
||||||
|
|||||||
Reference in New Issue
Block a user