tux4kids / Tux4ME

A mind exercise game by Tux4Kids organization developed under Google summer of Code - 2015
GNU General Public License v3.0
19 stars 28 forks source link

Bug in "Click here to finish the game" button #7

Closed arun1128 closed 8 years ago

arun1128 commented 8 years ago

When this button is clicked multiple times, "Game over" image also appears multiple times with it's active event listener. And we're unable to play the game further

Vigneshsekar commented 8 years ago

Thanks Arun. We'll fix the bug very soon. @karthikeyan5 has already started working on this issue.

karthikeyan5 commented 8 years ago

You have a good eye for Bugs @arun1128. I have been working on this issue in the weekend and managed to fix it. Please try it out and give your feedback (hopefully @Vigneshsekar accepts the pull request by then). Thanks @arun1128

Vigneshsekar commented 8 years ago

Thanks both of you. I am closing the issue.

Vigneshsekar commented 8 years ago

If the player looses all three lives, "Click here to finish the game" button must disappear and "Game Over " button must appear. In the latest pull request by @karthikeyan5, this was not made. So I will keep this issue open and will try to fix it soon.

karthikeyan5 commented 8 years ago

@Vigneshsekar I hope the issue has been fixed. if so, it would be a wonderful idea to close this issue. :)

Vigneshsekar commented 8 years ago

Thanks karthikeyan5