lobby add works need to do ready up next
This commit is contained in:
@@ -2,6 +2,6 @@ from common import *
|
||||
|
||||
print("Welcome to Valeria Card Kingdoms: Online")
|
||||
player_count = 4
|
||||
citizen_set = "shadowvale" # base1, base2, shadowvale, flamesandfrost, crimsonseas, shuffled
|
||||
game_board = Board(player_count, citizen_set)
|
||||
citizen_set = "base2" # base1, base2, shadowvale, flamesandfrost, crimsonseas, shuffled
|
||||
game_board = Game(player_count, citizen_set)
|
||||
game_board.play_turn()
|
||||
|
||||
Reference in New Issue
Block a user