Lucky Duck Clicker
Lucky Duck Clicker is a small game where you fish some ducks like the old times in your hometown fair. Buy Autofishers or fish with your own hands.
The game is now in pre-alpha status, I plan to update it monthly with new and better content. Any help with the graphics would be appreciated :)
If you encounter any bug feel fre to e-mail me with the details here: lit.game.estudio@gmail.com
Download
Download
Lucky Duck Clicker.zip 31 MB
Comments
Log in with itch.io to leave a comment.
Buying the second upgrade, causes the rod to disappear after the next duck is catched. I.e. unplayable thereafter.
Hi, thanks for report this. I can't reproduce the bug, and I didn't find anything that can cause it in the code. If you have more information, please let me know :)
Had the same issue.
Same
When are you buying the upgrade? Can you reproduce the bug any other time? What is the upgrade you are buying? The cooldown reduction of the second upgrade is very small, maybe you are not waiting that long?
Thanks for the feedback :)
I also had the same issue. It looks like instead of reducing the cooldown, buying the second upgrade dramatically increases the cooldown. If you wait around for a bit after buying then the fishing rod reappears but it seems to make it go from a few seconds to about 30 seconds between clicks. I also tried refreshing the page which reset the save, but the same issue happened again after buying that upgrade.
OMG, I found the issue, is about how the decimals are codified in the upgrades. In Spain we use the dot(.) to separate the decimals, and it's what I'm using, but with the English language the standard separator is the comm(,). Tomorrow I will update the code to solve these things.
Thanks for the comments