Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I found a bug in your game. Sometimes, when there are two eggs of the same color and I throw another egg of that same color between them, it skips a merge level. For example, if there are two beige eggs and I throw another beige egg between them, it should leave one beige egg and one turquoise egg. Instead, it sometimes goes directly to the level 3 egg. Also, there are cases where two matching eggs don't merge at all. There seem to be quite a few merge-related bugs.

Huh, I remember fixing them in the past… Guess have to transfer solution from the version that was never released :D Thanks for reporting bugs!

Bad news! I took your game's code from GitHub and modified it to my liking, adding new music and other things. Even if you fix this bug, it won't be fixed when I modify it.

Bad news? That’s where git comes in handy and it will allow you to merge new changes from master branch. Just have to be a little careful with that.