Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It's an interesting idea, but at first I accidentally picked something up and scored 550 points. I don't understand why, but overall it's an interesting game, if you don't take into account the mistakes.

Thanks for playing! I'm not sure I understand what you mean, did you get 550 points after picking up a single object? That shouldn't be possible, I'd appreciate any additional information you could give me to find exactly what happened

During the game I touched one ball, after which my score  changed from nearly 10 to 550. This happened to me every time I play the game. i got 300 or 350 score at once. This is that moment screenshot.

Well that's certainly not what I was expecting, pretty much everything seen in that screenshot should be impossible. There are 11 balls on the field, but only 10 spawn at the start of the game and they only respawn when another ball is discarded. Then there's the huge stack, every ball except for the bottom one has the same size and sprite, which probably means that the same ball was cloned 300 times. Looking at the code the only way this could have happened is if an error was thrown after spawning the ball but before setting its position, which would also explain why they have the same color and size. Could you check if there are any errors on the console when this happens? I'd really like to know exactly where it's crashing. Thanks for your help!