Honestly, I don't exactly know how to use it either. There's this construction with the 6-shaped circle attached to a star-shaped one to create a drum, but other than that it's mostly experimentation for me too. As long as you're having fun and maybe even have it sound good too, that's all that matters right?
bcmpinc
Creator of
Recent community posts
This game reminds me of games like Oregon trail. Its fun to play, though I had a feeling it missed a bit of direction or a goal. There's a lot of dialog for a jam game. I found the event that gives max everything (1000 gold, 50 cannons, etc.). That was a trap. The increased food usage killed me within the next 20 days. Is this game open source? I'd love to take a look at how a branching/dialog based game like this is implemented.
It's a Godot 4.beta10 game. Which has the necessary issues with web builds.
The technical reason is that Firefox does not yet officially support this header:
Cross-Origin-Embedder-Policy: credentialless
The workaround is opening it in a new window. I uploaded a new built that advises to try that option.
I agree that it needs more feedback. I focused too much on the visuals and not enough on the actual gameplay. The goal is indeed to change their orbit so they burn up in the atmosphere, without burning up yourself. The game is kind of broken though, as sometimes debris spawns in an orbit that already crosses the atmosphere. Those are still added to your score. If you are too far away, debris can despawn even though you've correctly changed its orbit so it would've gone into the atmosphere. Anyway, great that you enjoyed flying through space.
There's a description of the game's controls on the game's page. See https://bcmpinc.itch.io/orbital-garbage-collector
I frequently had that everything on screen would just disappear or that I'd randomly died. Another issue is that I had no idea what I was looking at. So the first time I was randomly strolling around and after 40 seconds started to try out stuff like what are those glowing lines along the walls. Can I touch them? At some point I saw question mark boxes so I tried to pick up those, but nothing happened. Or I encountered a sign of other live moving around. Should I touch those? I died, so apparently not.
For you the developer it is clear what everything is, but not so for the player. You have to somehow communicate this to the player. Either by using concepts that they are already familiar with, like spikes and pits or scary looking enemies. By outright telling them, or by making sure they experience what they are early in game.
Did you wait for the actions to reach the line where it says "now"? There's quite a bit of lag between scheduling an action and it being executed. This is a core mechanic of the game as the planet is a few light-hours away and thus signals takes a lot of time to travel between you and the rover.
It might also be that while reading the instructions, the rover's battery died. In that case the energy cell would read 0% and the system log would indicate "Energy cell critical. Shutting down". There's a restart button there as well.
Figuring out why the rover is not responding is an intended part of the game, but lacking a proper tutorial section, this doesn't work when it happens right at the start.
Getting the stairs in place was a problem that I was already comfortable with solving. It is the same trick I used to get the pieces of text on the walls together. Though it took me a while to realize that was what I needed to do. Getting up the stairs was easy once I realized that the problem wasn't that I looked away while climbing the stairs. Climbing stairs like that makes absolutely no sense in real life, so it required some out of the box thinking, which is why it's my favorite puzzle.
One thing I missed was a run key. I tried using ctrl for that, but that was a mistake. Ctrl+w is a browser hotkey for closing your window. Though having tighter and shorter corridors as someone else mentioned, might be a better solution.
I was close to winning level 3, but then all my plants died out. For some reason I still managed to win that level. I had no issue with waiting there as I could speed up the time. (Which didn't work as well when there were still plants, as my PC couldn't handle the computational load).
Level 4 and 5 where more challenging, as indeed evolution is out of control. I like the idea. Though might prefer a little more feedback on my actions. When the target crop is the most common, you have no information on what the rest is doing so making corrections becomes impossible. One way to provide more feedback is to have histograms about the length of the plants and the roots.
My strategy was to kill of most plants, then set the parameters to what I believe is best for the target crop and hope for the best.
Interesting idea, though I feel this game leans to much on luck. If your first tower refuses to go any sensible location its game over in the first round. Maybe if you start out with at least two towers there's still a bit of strategy in there. Might also be useful if the path the enemies take is clear.
I'm a big fan of escape room style games. This mechanic fits that theme really great. The texts on the wall are a nice addition and helpful too as it helps the player get to understand the mechanics of the game. The puzzle where I had to climb back up the stairs had me bumped for a bit. Every time I tried to climb it the stair disappeared beneath me. I did manage to finish the game though. Well done.
Me at world 1: how's this mechanic ever going to become a challenge. Just wait until the timer switched and continue.
Me at world 2: Oh, that's how.
The simple smooth graphic style is great. I had trouble with the bird's hit box being a bit larger than I'd expect, but managed to beat the game in the end.
First time I played it my helper bots went haywire and started planting lots of trees closely next to each other. My browser did not like that. My second play I knew what the goal was and finished the game in a few seconds. I like the idea, though the game needs a bit of tuning so that you have to balance expanding the forest and chasing down checkpoints.
I did the fake 3D thing because I wanted to try it out and I think it looks cool. Initially I also had planned to have more layers, so you could see elevation, but in my tests the difference was barely noticeable, so I scratched that idea. As it currently is, it indeed does not add much to the game. I feared that in 2D the image would be too flat and that you could not make out the edges of the cliffs, but with the shadow in place it works quite well. Here's an image of the 2D map:
I had planned to make multiple scenario's which ramped up in difficulty, so that the player has time to figure out the controls at the start in a level that is basically drive from A to B. Though adding a tutorial popup that explains how to do that is definitely a good idea.
The game is quite complex for a gamejam and I didn't think I would be able to finish it in time. Though I'm glad I tried as I did succeed in implementing the basic idea of the game.