Skip to main content

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

Man, it’s hard to rate this. Your game has very strong visual side, I liked the autumn aesthetic and the dreamy feel of everything. I liked the level design but the building was the fun part, I liked how the mechanics were introduced through small puzzles. I couldn’t get the hopper to work though. You can remove the leafy trees, which can lead to a softlock.
But we need to address the elephant in the room the framerate… THE FRAMERATE. Your game runs at 6 frames per second (I’ve counted). Maybe my machine is not top notch but I feel like it should be able to handle a game like this a little better. It made it very tough to play, but I got until the 100 fences challenge, which would take a long time a block at a time as I couldn’t find a way to automate it. I did enjoy the game though, even if it was a little rough around the edges.

(+1)

Thank you so much for playing! Especially despite the framerate issue. This is easily the most time I've put into one project and learned a lot.  Would you belive that I got the hopper and 100 fence challenge in the last 8 hours 😌?  Just missed putting in an example setup for the hopper so I'm tempted to put an explanation of how here, but will refrain in the spirit of fair voting + self explanatory mechanics is a goal of mine.  Again appreciate the play despite the frame rate issue, 3D is my focus so this is good information on how far I can push godot's web build with this kind of stuff, after the voting period I'm defintely going to take it as a challenege to optimize it so it's more playable on the web. 

(+1)

I also dabble in Godot, and there’s some optimizations I can give tips on, but the Debug tab is really useful for things like this, but I can give some shots in the dark. Using functions like set_process() and set_physics_process() to disable unnecessary logic. Use collision layers for big Area3D nodes so they only collide with what they need. Have physics objects “process_mode = Node.PROCESS_MODE_DISABLED” in _ready() function. These are some things that helped in my random projects. If you’re up you can hmu on discord: proti7 we can troubleshoot the issue, but if you want to go about it alone then good luck and I hope you’ll narrow down the issue because it could be a really cool experience with some extra polish.

(+1)

Agree, It is difficult to play with such low FPS.