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

Thank you. This comment means a lot to me. I am really grateful you've spent your time trying to find the gems. The gems have been optional, and I was certain nobody would care to find most of them, let alone all of them. 

I didn't found the jump bug :D amazing finding, thanks!

Next time I'll do my best to balance the backtracking. I agree with all the complains.

For your curiosity I've created a map of all the diamonds hidden in the level. 

Yeah, it was a fun challenge. I love exploration in games like this.
Like Knytt Underground, which isn't so collection based, but has a bunch of cool secrets if one goes looking for them.

That said, it honestly leaves me even more curious.
I counted the diamonds in that map several times, and there's only 55.
Which implies that the last 4 don't even exist, possibly the keys were added up with the tally?
Also that either the map is missing one, though I can't tell where it would've been from the map... or one of the ones I picked up got counted twice?

(1 edit)

I made a script that counts all the diamonds in the level (so I wouldn't miss any when counting by hand) and suprise, suprise - it also counts keys :) Should've guessed that if class extends from Diamond (Key extends Diamond class) that key will also be counted as diamond instance. However collected Key won't count as a Diamond because each item has it's own collection method that does not depends on item type.

Hats of to you, and mad respect for your curiosity. Sorry for my mistake! 

The 56 is maximum you can find, one diamond is duplicated. Therefore you have made 100% progress.


 

Ah, so it was after all!
Nice, 100% completion~ 
Was a fun time, there were some sneaky placements for secrets
With a bit more fine tuning this'll be a perfectly nice compact little game.
'Course if you you decide to expand it more someday, that'd be cool too!