# -*- coding: utf-8 -*- #Copyright (c) 2009, Walter Bender # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. MATCH_POSITION = 10 SHAPES = 3 COLORS = 3 NUMBER = 3 FILLS = 3 DECKSIZE = SHAPES*COLORS*NUMBER*FILLS DEAL = 12 EXTRAS = 3 SELECTMASK = -1 MATCHMASK = -2 CARD_WIDTH = 125 CARD_HEIGHT = 75 ROW = 5 COL = 3 KEYMAP = ['1','2','3','q','w','e','a','s','d','z','x','c','8','9','0'] ROMAN = 0 PRODUCT = 1 CHINESE = 2 WORD = 3 LINES = 0 DOTS = 1 STAR = 2 HASH = 3 DICE = 4 LOW = 'low' HIGH = 'high'