This commit is contained in:
Daniel Odendahl Jr
2017-06-01 08:44:02 +00:00
parent 7802bb49cb
commit 14f85f94bd
129 changed files with 1915 additions and 1720 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"operations": [
"+",
"-",
"*"
],
"difficulties": [
"easy",
"medium",
"hard",
"extreme",
"impossible"
],
"maxValues": {
"easy": 10,
"medium": 50,
"hard": 100,
"extreme": 1000,
"impossible": 10000
}
}