chrisknepper / Fractionauts

An educational game for the XOPC that teaches fraction operations with rockets.
Other
8 stars 7 forks source link

QuestionMaker Refactoring & Tweaking #72

Open lcb931023 opened 10 years ago

lcb931023 commented 10 years ago

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.