osso73 / classic_games

A series of classic games in Kivy
MIT License
3 stars 1 forks source link

Ahorcado issue if clicking on hint when game is over #75

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

Ponerte ñ once the game is finished, if the button for requesting a hint is clxi, the game hangs. This happens in both versions, MD version and the standalone app.

osso73 commented 3 years ago

Ok, problem fixed. At the end of the game, the attribute active needs to be put at False. The method for the hint already was checking for this attribute, so nothing else to update.

Change done both on MD version and the standalone version. Changelog updated on both versions.