server has its own world and has primitiv logic for starting a game

This commit is contained in:
2024-01-07 20:45:25 +01:00
parent 3fa66bc2bf
commit d9b367dd42
3 changed files with 6 additions and 1 deletions

View File

@ -4,4 +4,5 @@ from Classes.Game.World import World
# send from the server to tell the player the game starts
# gives the client its and the opponents stats (not cards!!)
def GameStart(world: World):
print("game starts")
pass