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
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