Definitely agree with your suggestion - lack of feedback/instruction in the puzzle screen is major missing piece of the game. Thank you for taking the time to play and leave your comments!
Chris
Creator of
Recent community posts
Thanks for checking the game out, and thank you for the feedback. I really appreciate it.
Definitely agree with your concerns about the lack of tutorial/clarity around the objectives and how to deal with bugus. We wavered back and forth on whether we wanted to leave it up to the player to discover the bugu clicking mechanic on their own or whether we should explicitly teach it. We ended up putting a blurb about it on the itch page but not the game, which is a half measure. I think adding a "how to play" screen in the game would be a nice post-jam follow up. As for the lore-appropriate justification for why you're doing what the objective is asking of you, I leave that to my co-creator since she is the brilliant mind behind gubus.
Thanks for the suggestion re: the performance issue on big selections. Each time a gubu is selected, I start a tween to beam them up and turn on their individual particle systems. In the smaller levels that's ok, but in the larger ones, the game can really slow down. I'm actually not sure if it's all the tweens, particle systems, or the combination of everything that's really killing the performance. I'll be doing some profiling to figure it out. I like your idea of batching the processing into groups, but I will admit that I'm no expert in optimizing godot games, so I'm not sure the best way to handle this sort of thing.
Thanks again for the thoughtful comment!
I think all the concrete suggestions I would give have already been given by other commenters, so I'll just say I think this game has great potential and hope you keep working on it after the jam. Procedural narrative generation could be cool here to keep the cases exciting and to have decisions clearly affect the subsequent cases offered.
Really neat game - simple and a lot of personality. It's great that each boss feels different, and I felt pretty smart when I realized I could bait the enemies to eat the wrong orbs. My two comments/suggestions: 1) it would be great to have one more verb as a player - maybe a dash or knockback or something like that and 2) I'm not sure if this was intentional or not, but diagonal movement is faster for the player than cardinal direction movement (if it wasn't intentional, you probably just need to normalize the player movement vector to have a magnitude equal to 1 - if it was intentional, ignore me!).
Wild and slightly disorienting in a wonderful way. Cool VFX when you ventilate the cowpokes. I think my preference would have been for a fixed viewmodel for the gun, but maybe that's me being uptight. Either way, that sort of drifting movement for an FPS is a great idea. Hope you keep working on it or take the movement system into another game.
As everyone has already said, the visuals and atmosphere are terrific. I really like the gameplay of resource management using physical instruments in the world. My small suggestions: allow the player to turn off the tv once you've heard everything (or only play the same thing a handful of times), and decrease the time between events/stations. Really cool game!
Really impressive atmosphere considering the economical use of assets! I'm not sure if it was intentional for the mouse to get stuck in the blob after being dragged into the center- if so some sort of way to indicate that to the player would be great. Cool game! Made me feel like I was about to die/being sucked into a Burial song.
Thank you for checking it out and for your feedback! I really appreciate it.
Definitely agree that the results of a selection need to be made way more clear between rounds. I didn't do a good job of making that kind of stuff explicit.
You found the bugu bug :D We have that patched out and will upload the fix once the jam ends. There's a good lesson in there about why you should try not to have mutable global state in your game, because if you're like me, you'll forget about one of the cases where it needs to be reset
Some really nice stuff here. I had one of the cooler moments in any of the jam games I've played where I was being shot at by two mechs, I dashed, jumped, and dashed mid air to make it around a corner of a building to avoid being hit. Thought the overall vibe, etc was cool, especially radio-ing in the attacks to the friendly mech. A lot of personality packed in there. I'm probably just a really dumb guy, but I couldn't manage to get the mortar strike to actually kill any of the mechs and it was very hard to find the bombs.
Thanks for playing and for the feedback! The levels are "procedurally" generated if I can use the term loosely, in that the density of gubus spawned, positions, and objective are all generated from noise functions. Other than that though, I definitely agree there isn't much variation - something we might look at addressing post-jam.
Game feels nice to play! My requests would be 1. don't fade to black immediately when the player dies - freeze everything give them a minute to understand why they died so they can do better next round and 2. telegraph the attacks a bit more, especially when they're one-shot kills. Cool game overall!