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-13 21:16:06 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-13 21:16:06 (GMT)
commitf6c2f68756adf12e3c4040f6aeca7c75608c468e (patch)
tree2cc8e42129f925130779fb77e7c9c8b1234769e9 /constants.py
parenta2601ddb499060c752b496b73602bc2b8228ebb2 (diff)
Mayan game
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 11ba9fc..060b2c0 100644
--- a/constants.py
+++ b/constants.py
@@ -31,6 +31,7 @@ ROMAN = 0
PRODUCT = 1
CHINESE = 2
WORD = 3
+MAYAN = 4
LINES = 0
DOTS = 1
STAR = 2
@@ -65,7 +66,7 @@ WORD_STYLES = ["font-weight:bold","","font-style:italic"]
WORD_CARD_INDICIES = [1,4,7,37,40,43,73,76,79,None,None,None,None,None,None]
WORD_CARD_MAP = {1:(0,0),4:(0,1),7:(0,2),37:(1,0),40:(1,1),43:(1,2),73:(2,0),\
76:(2,1),79:(2,2)}
-# dead key dictionaries
+# 'dead key' Unicode dictionaries
DEAD_KEYS = ['grave','acute','circumflex','tilde','diaeresis','abovering']
DEAD_DICTS = [{'A':192,'E':200,'I':204,'O':210,'U':217,'a':224,'e':232,'i':236,\
'o':242,'u':249},