Quiz Difficulty, Math Game Improvement, Better Today

This commit is contained in:
Daniel Odendahl Jr
2017-08-24 20:35:44 +00:00
parent da574d514c
commit 47c6a218fd
5 changed files with 44 additions and 29 deletions
+21 -4
View File
@@ -1,8 +1,25 @@
{
"operations": [
"+",
"-",
"*"
"operations": {
"easy": [
"+",
"-"
],
"medium": [
"+",
"-"
],
"hard": [
"-",
"*"
],
"extreme": [
"-",
"*"
],
"impossible": [
"*",
"/"
]
],
"difficulties": [
"easy",