been playing this for hours lol, I wish the cards were smaller or you could zoom out or something when they no longer fit in the screen, also some of the card descriptions are kind of confusing, like the healthcare mentioning “health” twice but meaning the player’s health as opposed to the cards health, i misunderstood a few card descriptions actually but yeah rly fun
Luncho
Creator of
Recent community posts
hmm I had some help from a friend who knew a bit about godot, but I’d say just experimenting in the editor, and for the scripting intellisense was crucial to understanding what functionalities are available. I wish I could be of more help in terms of resources but really it would just come down to looking up whatever question i had in the moment about it.
godot is more object based than unity, which is more about making the components on the same gameobject type, in godot you make different subclasses which all lead back to a generic Node class. it’s almost like Unreal Engine in this regard, which is also like adding your own twigs to different spots in a class library. once it clicks though it actually feels more natural than unity in my opinion, like you don’t have a PlayerComponent script to put on a GameObject in the scene, you just have a Player in the scene which inherits logic from CharacterBody3D or whatever you extend it from.
however this does mean instead of stacking components on one object like a characterController, MeshRenderer and MeshCollider together, you instead have different objects for each so it would be a CharacterBody3D, with a MeshInstance3D and CollisionShape3D as children to it for the same effect. to make your own player script you would select the CharacterBody3D and at the bottom of the inspector add a script, which will change it to your own class type extending CharacterBody3D, meaning you will have access to a bunch of useful inherited logic for movement and stuff, like how a CharacterController in unity gives you nice functions for moving and whether you’re grounded and such. you can also choose to have a template script generated when you make your subclass, which will allow you to move around and jump with arrow keys and space.
In terms of scripting it feels very similar to unity, you have a _Ready method which mirrors unity’s Start, and a _Process which is the same as Update, and also a _PhysicsProcess which is like FixedUpdate. oh and instead of Prefabs, you make ‘Scenes’ which are basically the same thing as prefabs.
I guess what I’m trying to say is unity skills are hugely transferrable to godot, so you are probably more capable with it than you are aware of already just because of your capabilities with unity. and yeah I totally agree about Unity becoming unreliable as a business, I was looking for an opportunity to switch over and I’m super glad I did for this jam.
Thank you :D yeah I’m so happy with how it turned out, this was my first project in Godot and I’m definitely not planning on going back to unity any time soon. the majority of development just took place on a tiny plane with 2 trees on it, just making the game systems in a controlled environment
made the map itself quite late in the jam, then we dragged a few trees on there and it was like oh this is starting to resemble a game now lol
ig our source of productivity was communicating as much as possible, and greyboxing a lot to begin with so we could develop the game mechanics as soon as possible instead of relying on assets early on.
sry if i’m rambling, your game is super polished, and in only 48 hours too is crazy ! what did you use to make Boom Town?
edit: i’m daft it says Unity in the web build x_x you should maybe give godot a try if you haven’t already, I avoided it before because I thought you had to use GDScript but it also supports using C# instead :D
such a cool art style, I love how much personality is in everything, like using shift when you’re the little blue guy makes you all angry and how blocks get scared and shrink when you’re the red character, it’s so creative :D the puzzles are really well designed too. the only issue i had was sometimes it was quite easy to get stuck in the floor for a second, probably just an issue in the browser version, or a gamemaker studio thing. really good job on this game, it’s super cute and fun
this is such a creative idea for a game, and it really works. I think this has major potential if you choose to continue working on it. being able to filter out tasks by the selected member colour would be a really nice QoL feature, sometimes the colours threw me off like there was a burgundy labelled ticket which apparently wanted a blue member. this is such a good proof of concept for this idea. it’s also really neat how members and projects are each associated with a symbol, the level of abstraction is just right. well done :D
really good puzzle design, I actually gave up on the one where you have to jump a bunch of horizontal pillars with spikes, my brain just isn’t moving fast enough to nail them all. it’s mad how much content there is, and each puzzle ramps up the difficulty from the last, but you did a really good job of introducing new concepts so that it’s never confusing. it almost plays like a rhythm game at times. really good work
really good game, I adore the art style and UX, like splitting yourself open to upgrade your organs with the meat you have devoured, this is one of my favourite submissions. one thing, I think the framerate is uncapped so it’s going to be working the player’s machine quite hard, also when exiting the upgrade menu you are unable to control the camera until you click again. I had a blast playing this, and I eventually ran out of meat for ammunition or upgrades. anyway yeah I love the weirdcore setting and enemies, the game has such a creepy surreal vibe, and stuff like the crosshairs swaying around as you turn the camera makes it feels so unhinged in a really good way, and shooting enemies feels super satisfying too because of all the feedback like giant blood particles and camera shake, oh and the audio is great, the rapid footsteps are really creepy and there’s a very visceral cruelty squad like meatiness to everything. well done :D
very fun idea, I love physics based games like this, took me a bit to get the hang of it but when you get that it launches you in the direction your feet are swinging in it’s a fun challenge. I was confused by the controls at first, I thought Z/C for swinging your legs meant like for swinging them left and right, when it only swings one way. I liked the little rat things. well done :)
A good foundation for sure, I really like the diverging routes of the level, it felt satisfying finding shortcuts, and the upgrades are really neat, though the wallrunning kind of felt more difficult than just platforming my way up, maybe a skill issue. I like the feeling of momentum the movement has, feels like the kind of game people would speedrun, like lovely planet or neon white.
a really neat twist on flappy bird, I like how the music gets faster the taller you are, and the art style kind of reminds me of crossy road, I guess because of the isometric view and voxel style assets. it controls well and the hitboxes are good, it never felt unfair when I lost. well done on this :)
You are too kind hahaha I’m so glad you like our game, are you planning on continuing development on Titan Climber Z? We’re planning on sticking with Ant Odyssey once the ratings period is over so I’ll let you know when it gets updated. but yeah what you’ve achieved here in only 48 hours is insane to me
Hi Niven! I'm so glad you liked it :D Thank you so much for taking the time to play this and for giving us this feedback
I'm so glad you like the atmosphere, I always enjoy how you create such a strong disturbing atmosphere in your work so it means a lot that you liked ours too :)
No worries about the video, my friend, I hope you feel better soon!
Gestate still has a lot of room for improvement so we're not too concerned with marketing the game in this incomplete state anyway - Getting feedback from such a skilled developer as yourself is what's most important to us for making improvements to the game :D