first commit
This commit is contained in:
6
vckonline.py
Normal file
6
vckonline.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from basegame import *
|
||||
|
||||
print("Welcome to Valeria Card Kingdoms: Online")
|
||||
gameBoard = Board(5, "shuffled")
|
||||
while not gameBoard.end_check():
|
||||
gameBoard.play_turn()
|
||||
Reference in New Issue
Block a user