lobby ready up works

This commit is contained in:
2023-04-27 12:13:37 -07:00
parent e3026b631e
commit adda719e10
6 changed files with 171 additions and 56 deletions

View File

@@ -2,6 +2,6 @@ from common import *
print("Welcome to Valeria Card Kingdoms: Online")
player_count = 4
citizen_set = "base2" # base1, base2, shadowvale, flamesandfrost, crimsonseas, shuffled
citizen_set = "base1" # base1, base2, shadowvale, flamesandfrost, crimsonseas, shuffled
game_board = Game(player_count, citizen_set)
game_board.play_turn()