Nice work on the modelling & rendering!
Box Fox
Creator of
Recent community posts
A fellow intersection management game! Absolutely loved the presentation of this, the indicator lights on cars is a subtle but brilliant way to communicate info, and the use of num keys to control the lights was good fun (particularly like the detail that they go instantly to green, but have to cycle through orange when changing back to red).
Really great fun, well done!
So like all the others below, I clicked out upon realising my camera would be needed to play. I fully understand where you're coming from in your responses, it's the core mechanic of the game and there's so many cameras in the world - what's the harm in one more?
I'd say that it's a camera capturing you in a personal setting, most likely your home, the output of which we don't know what will be done with it. Rather than it being a camera we have no control over, we have the possibility to say "no".
I'm not raising this as a negative, more that it is like when people don't include a web build for a game jam and instead only have a downloadable .exe file - it's totally fine to do, as long as you're ok understanding that as a result you'll get far fewer people playing your game.
I love the idea of your game though, and hope you had a good time making it!
Thanks for taking the time to play, and for the feedback! I've done some more testing and you're completely right, it seems to be quite rare, but does happen in both instances. It's 100% an artifact of the method I chose for the pathing/avoidance, so unfortunately it's 100% baked in. So, something I've learnt for next time I need anything similar!
I really enjoyed playing, personally the graphics were stylised in a good way, especially the player cell(s)! Upgrades felt meaningful.
I was a little confused by the UI, with there being two different sets of %'s to track and never being sure which was my health. This then lead to several instances of me dying and being unsure if it was a bug, or if I had been looking at the wrong bar to judge my remaining life!
Thanks for playing, and the kind feedback! I wanted the controls to be (somewhat) easy to pick up and at least be fun to play around with, but to have a high skill ceiling! So I hope I've managed to get somewhere in that ballpark, but definite future tweaking is needed on a few things like turn-speed!
Thanks for playing, and for the kind words! I just wrote to another commenter below that the particle effects made the biggest difference overall in how the game looks/feels!
I've personally found that the controls aren't the easiest, but once you get to grips with drifting, using the inertia and being able to turn you ship without turning your trajectory, there is some amazing movement tech possible - I'm really wanting to expand + refine this into a little speedrunning game with leaderboards!
As for the track creation, the way I did it was extremely Godot specific (partially because I needed the track to recognise if the player is on it or not, so I have a fairly custom logic for creating and representing the track). If I remember correctly, you mainly use Unity? I'm sure there are good tutorials out there on how to do it for Unity!
If not, in Godot I'm essentially creating a Path2D, which allows me to manually click points on the game screen and Godot will link them together in the order they are created, with the final point closing the loop. I can then create a Line2D which when the level is loaded will take the invisible Path2D's points and visualy represents them as a track.
Really neat concept, I especially liked that each movement type had a different health cost! Others have commented on the controls, for me it's the lack of control in the air - once I jump, I have no imput over what happens; combine this with the need for precise platforming and a limited number of jumps (especially since in some levels a single mistake means you can no longer finish) makes this really stand out.
On the puzzle/design side of things, really good stuff! Well thought through and good use of the mechanics!
Agree with others on the indicator as to when coal was mined/how much the player currently has! Another point for me would be an accessibility option to change mining from each click, to being able to hold the mouse down to mine! (My fingers are awful these days and so couldn't play for long).
The idea and look of the game are amazing, great job to you both! Especially loved the touch of the character's head being the Godot loading icon :)
I like the overall vibe, but unfortunately found myself confused as to what the upgrades did and which move to pick in fights - I was initially under the impression that the enemy's thought bubble would give me a hint on which of my moves to use, but I think it's always the same? So I ended up spamming the same move until I won or died.
Really like your take on the theme and good job on finishing within the time limit!
The feedback I'm about to give it 100% with the knowledge that you ran out of time, so please don't take it as criticism! The two major points that stood out to me were that:
1) Enemies and the player could leave the game space where the brown dots spawned, making the game much easier for the player
2) The player has the ability to dash with right-click, but there are no constraints on dashing. Since moving faster is objectively better in this game, the player sends up constantly dashing. I'd personally recommend looking at implementing a stamina bar, or equivalent, so that the player is only able to dash for a limited amount of time
That said, it's a fun game and I hope you had fun making it - well done!
An interesting entry, but i'm afraid I didn't understand how the "inverse sound memory" was meant to work. I ended up randomly hiding my phone in different places, but wasn't sure of how to develop an actual strategy to avoid the guard.
That said, I really liked the idea in relation to the jam's theme, good job on the game!
Really impressed with what you managed to come up with in the time limit! Some impressively deep systems seem to be in place and I really liked the presentation of it being a country map!
To be honest, my favourite mechanic was the fact that the player can choose when they want to trigger their revolution (attempt) - as early or as late as possible! After finishing it 'normally' I tried playing a few games triggering it between 10% - 25%, but didn't get lucky!
Thanks for playing, and for the detailed feedback! I must confess, I hadn't even thought about trackpads and know esactly what you mean - even with a proper mouse the static camera makes controlling the weapon is a bit of a headache.
Yeah, theming is most definitely not my strong point for this jam entry - I usually try to lean as much as possible into jam themes, but was scratching my head here. I did briefly consider 'terrorist cell' and thought that a touch too tasteless, but I think you got it down brilliantly with 'resistance cell' in your own game!
Thanks for playing! Oh dear, I hope that other players don't similarly mistake the edges as a blocked zone!
I'll link the article here, rather than sending people back to the game's Itch page - it is Godot-specific in terms of the implementation, but I'm confident most devs could figure out how best to reverse engineer the concept to their engine of choice!
Fun little game and nice sciencey take on the theme!
A really simple addition for me would be on your Itch page having the controls written down! As jam_mack and I_AM both wrote, due to the solid colour of background there was no sense of player movement until a collectable was on-screen, meaning experiementing with keys/mouse movement to find what I should be doing gave no noticeable feedback!
I had to step away from my pc after playing this and take 10 minutes to think about how I felt.
To keep the technical critique brief, as it feels borderline poor taste for me to do so given the game's subject matter, you did everything brilliantly - the text effects (visual & audio) worked super well and the gameplay itself was simple but very effective.
Regarding the topic of the game, all I can do is wish yourself & your server's community well and hope that Freckle's passing isn't something that weighs on you too heavily. It might be unwanted coming from a virtual stranger, but I hope you yourself are well and have support in your personal life to properly process and deal with this.
It's a powerful topic you've tackled here and you've done it well in my opinion.
Thanks for playing! Yeah, the axe/hammer was ported over from a previous Trijam I did and then scaled up, which then meant some quick reworking of the animation - I wasn't 100% happy with it in the end.
Glad you liked the AI, I'd strongly recommend reading the article I linked in the credits! It's short, easy to understand/implement and a really interesting pathfinding idea!
















