Skip to main content

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

Interesting game. 

Looking at your pay attention to, don't worry about optimizing your game before you have it in a playable/feature complete state. That is priority #1 of any piece of software. If you start running into issues, profile it. Godot has a great profiler! I ran into no issues performance wise. So I think you were fine there. 

I think there is much more you could do with the power up situation. I think this is one of those instances where more levels to try the power ups is good, or allow the player to choose power ups earlier to test them out. We didn't really get to see them which is a shame. Some of the slimes were hecka aggressive, Like trying to get the egg was so hard even with the Honey item. I think on restart your power usage should regen. Also, try when youre creating your music to loop to try and have it loop seamlessly. In your DAW should be able to loop a section over and over again, you might have to cut it down or re-record till it sounds seamless.

I really loved the bread and the slime animations! I think your level design too worked well. I didn't have any sections I couldn't get to!

Overall good jorb!

(+1)

I mainly do optimization while writing the code as it feels like a lot of hassle to come back and refactor code after you have finished. When coming back to refactor, I feel I’m kinda not progressing at all in adding content to the game. But with how short game jams are, and how small of a scope the games usually are, optimization might be a mistake, as I spend more time writing the initial code, leading to a lack of time for more content.

This is my first game using Godot, so I have yet to use much of it to it’s full extent, especially the profiler. I will need to look up some guides and test it out for myself!

I definitely agree with the more levels, there was initially a plan of 3 levels, with 2 more if I have time, but clearly looking at how I only have 2, something went wrong. I will be adding more levels soon though, and giving some power ups a good boost so players can enjoy them.

The egg area is definitely quite difficult, the main reason was that a different type of enemy was supposed to be placed there, but due to there only being 1 type currently, I had the amazing idea of adding multiple enemies, causing it to be quite an unbalanced area.

The power usage should regen when restarting, but it is already added to my bug list which will be squashed in the next update!

The music will be updated again, which will have better audio and a seamless loop.

I spent quite a while incorporating the animations in, so I’m glad they at least looked decent! I will be working on it more so they are smooth, so I hope you can give it a go again!

Thank you for taking your time to try the game out! All the best for your game!