Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 9ae3975..cc0a700 100644
--- a/constants.py
+++ b/constants.py
@@ -39,9 +39,12 @@ DOTS = 1
STAR = 2
HASH = 3
DICE = 4
+
LOW = 'low'
MEDIUM = 'medium'
HIGH = 'high'
+DIFFICULTY_LEVEL = [MEDIUM, HIGH, LOW]
+
RED_STROKE = "#FF6040"
RED_FILL = "#FFC4B8"
BLUE_STROKE = "#0060C8"