Released, and immediately found a bug!


So this is the first public version of the game, hosted on itch.io. In testing on my own server the score screen worked perfectly in browser and desktop.

Once uploaded to itch, the score screen refused to perform. HOW HORRIBLE! What’s worse is that it’s sending scores just fine. It’s getting the data back that’s really the problem.

I’m certain this is down to domain shenanigans, and I’m not sure how to fix it. In the mean time, so save your high scores and view them, it’s best to play the game at milkers.moe

I’ll be looking into solutions since I really want to see how high of a score everyone is able to get! In the mean time I hope you can still have fun!

Comments

Log in with itch.io to leave a comment.

The bug described here is now fixed. HUZZAH!

For any devs out there, remember to send CORS headers in your web app scripts.