CardiffMathematicsCodeClub / elbow

:muscle:
1 stars 1 forks source link

Games now give hints for incorrect answers #4

Closed alcarney closed 8 years ago

alcarney commented 8 years ago

As stated in the title, if an incorrect answer is given then the guess is passed to a give_hint method in the Game class (or any inheriting classes). The default implementation of this function is just to return an empty string "". Any games which want to give hints/feedback to the player must override this function.

On another note - am I doing something wrong I seem to be generating merge commits left right and center?

drvinceknight commented 8 years ago

On another note - am I doing something wrong I seem to be generating merge commits left right and center?

Not sure: are you going back to master before branching for a new feature?