Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-06 21:00:06 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-06 21:00:06 (GMT)
commitf448c2f4011e28617e4921c2ac8b42ad5b89ab32 (patch)
tree29f6dda4752ecbab479ba4b817d6aaedab3dd48b /constants.py
parent2eb91fac437fb989b11a25d8095df4c6935d2366 (diff)
resume cleanup
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py27
1 files changed, 20 insertions, 7 deletions
diff --git a/constants.py b/constants.py
index 2acbdde..eab53ff 100644
--- a/constants.py
+++ b/constants.py
@@ -19,16 +19,29 @@
#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
#THE SOFTWARE.
-SHAPES=3
-COLORS=3
-NUMBER=3
-FILLS=3
+MATCH_POSITION = 10
+SHAPES = 3
+COLORS = 3
+NUMBER = 3
+FILLS = 3
DECKSIZE = SHAPES*COLORS*NUMBER*FILLS
-DEAL=12
-EXTRAS=3
+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'