codeforgermany / click_that_hood

A game where users must identify a city's neighborhoods as fast as possible
http://click-that-hood.com
MIT License
450 stars 639 forks source link

Add ability to slightly miss a guess, if hitting an already guessed hood #311 #313

Open SmokeysDev opened 3 years ago

SmokeysDev commented 3 years ago

This PR mainly introduces a new minor piece of functionality, wherein if you click on an already guessed location, if you were close to the expected location, it assumes it was a mistake and doesn't register the guess.

It also includes a minor bug fix, regarding the guess animations on ending the game, which I found while testing my main feature. Can separate if needed