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)>2009-12-05 16:37:22 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-12-05 16:37:22 (GMT)
commite36e067ab3559cfc06689fc7d273eb606800b3f4 (patch)
tree06bbe5a9884bef69fd0a169819ecb42e611d5650 /constants.py
parent708687fb37db5d61ddcffc16199fc8130d07b2d1 (diff)
using constants
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 3e5b37f..2e456f1 100644
--- a/constants.py
+++ b/constants.py
@@ -19,7 +19,13 @@
#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
#THE SOFTWARE.
-DECK = 108
+SHAPES=3
+COLORS=4
+NUMBER=3
+SHADES=3
+DECKSIZE = SHAPES*COLORS*NUMBER*SHADES
+DEAL=12
+EXTRAS=3
SELECTMASK = -1
PLAYMASK = -2
MATCHMASK = -3