Beispiel #1
0
tenth = width/11.42

convx = width / 1600.0
convy = height/ 800.0

nameFont = font.Font(None, 30)
handFont = font.Font(None, 15)
selected = None
square = None
display.flip()
breaker = True
board = Board()
setBoard(board)
spots = board.getSpots()
hands = board.getHands()
player1 = board.getPlayer1()
player2 = board.getPlayer2()


twice = 0

state = None
x = 0
selecting = True
gen = Generator(screen, board, player1)

cardList = gen.getCards()

cardList = [CH_YETI(), FL_JUG(), RIV_CROC(), MUR_RAID(), ABU_SRG(), LNC_CAR(), IRN_OWL(), ELF_ARC(),
						GRM_MUR(), NOV_ENG(), LOT_HRD(), GLD_FOT()]
deck1Cards = []