CrisisSim / app /tasks.py
TanmaySK's picture
uploading done
b96c7d5 verified
raw
history blame contribute delete
548 Bytes
TASKS = {
"easy": {
"difficulty": "easy",
"max_months": 12,
"description": "Mild inflation, stable income. Focus on learning basic financial survival."
},
"medium": {
"difficulty": "medium",
"max_months": 12,
"description": "Supply shock scenario. Food and fuel become expensive."
},
"hard": {
"difficulty": "hard",
"max_months": 12,
"description": "War-time crisis. High risk of inflation spike, job loss, and extreme shortages."
}
}