restructured files and fixed all errors

This commit is contained in:
2023-05-08 21:25:54 -07:00
parent 23106bca28
commit ab5a05aa69
3 changed files with 216 additions and 214 deletions

View File

@@ -1,4 +1,8 @@
from common import *
import json
import shortuuid
import uuid
from game import *
player1_id = shortuuid.uuid()
player2_id = shortuuid.uuid()
player1 = Player(player1_id, "Player 1")