Currently the QuestionMaker only supports denominators 2, 5, 10, 20, 40. This makes the question generation too easy as the game drags on.
Refactor the QuestionMaker to support more denominators. Apparently python also has a Fraction class, which should help with avoiding the float-point error.
Currently the QuestionMaker only supports denominators 2, 5, 10, 20, 40. This makes the question generation too easy as the game drags on.
Refactor the QuestionMaker to support more denominators. Apparently python also has a Fraction class, which should help with avoiding the float-point error.