Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Thanks for the review! You are right - I used no engine to create this game. It was all done with python and pygame (which is easier when starting but can be hard to make fast). Do you have any suggestions for how to deal with the eagle screech? 

In regards to the eagle screech, the two best options I can think of is either have multiple different eagle screech audio recordings (which is probably really hard in this particular jam) and randomly play one of them every time the eagle spawns. Alternatively, you can use the same audio, but maybe pitch it higher or lower randomly so it sounds different than last time it played. You could also mix both options for the most variety.

Thanks! I've just watched some of your stream. I think I will implement some code to make sure the coins don't spawn on top of the obstacles, however in play testing (since I implemented pixel perfect collision with masks) it was possible, yet challenging, to collect the coins and hearts that spawned on top of the obstacles. You had to utilise jumping at the right time.

Another thought: The eagles come in less and at random intervals so that they feel more special when they do appear.

(1 edit) (+1)

I might make it slightly less - however eagles are a large part of the difficulty curve of the game. Nice suggestion though! I'll try and implement additions when the jam ends and upload a new version. I'll also probably add the code for anyone interested.