chrisknepper / Fractionauts

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

Create Question Class #19

Closed Nolski closed 11 years ago

Nolski commented 11 years ago

Create a class that would act as a question in the game. This will include: A way to generate a question (probably using random) A way to generate possible options for answer vials (make sure that at least some of these will work for the answer) Add anything else that might seem useful

LanceALaughlin commented 11 years ago

Question class is created now and generates a random fraction (their goal fraction)

LanceALaughlin commented 11 years ago

Question class is implemented for addition - will add other add other operations when first level is completed.