Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Helter SmelterView game page

Help out a blacksmith in this stressful time management game
Submitted by UnseenFaith, envy, Junpei! — 8 hours, 56 minutes before the deadline
Add to collection

Play game

Helter Smelter's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#64.5594.559
Graphics#64.5764.576
Overall#233.6733.673
Audio#233.6273.627
Accessibility#263.2543.254
Fun#493.3563.356
Controls#493.4243.424
Originality#962.9152.915

Ranked from 59 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Godot Version
4.2.2

Wildcards Used
n/a

Game Description
A Blacksmith forging game in an overcooked style genre

How does your game tie into the theme?
A blacksmith forges all the unique weapons that his customers desire

Source(s)
https://www.github.com/unseenfaith/godotgamejam

Discord Username(s)
blobeeblob, bea_, nv__fp, junpeixix, ki_t_

Participation Level (GWJ Only)
1

Leave a comment

Log in with itch.io to leave a comment.

Comments

Viewing comments 20 to 1 of 47 · Previous page · First page
Submitted(+1)

The pixel art is seriously top-notch. Amazing work!! Love the tutorial illustrations too

Developer

Thanks! Our artist really enjoyed doing the tutorial cards. 

Submitted(+1)

Great game and great implementation! Having it so that the levels could be passed while doing "poorly" and instead awarding players with a better score (3 out of 3 hammers) when they are doing well was a great idea!

Developer

Thank you! The team appreciates it.

(+1)

nicely done! the pixel art was really charming. the difficulty could use some adjustment especially once the staff is introduced!

Developer(+1)

Thank you! The difficulty tuning could definitely use a little bit of polishing.

Submitted(+1)

I.. actually learned something about blacksmithing from this? Such a cool concept and execution of simple core mechanics. Excellent work.

Only thing I would've liked to be able to do is put down an item somewhere for later use if I made the wrong thing, just in case it came up in the queue. Otherwise it can feel somewhat difficult to keep up with the orders.

I was surprised how intuitive it was to figure out how everything worked though, even as the levels progressed.

Beautiful combo of art, sound, and design. Well done!

Developer(+1)

Thanks for the feedback. Our team also learned something very new as well!

Developer (1 edit) (+1)

Hopefully you didn't learn that diamond is melted into forgeable material, that was artistic license :D :D

Stashing things on the counter was definitely something we wanted to add but had to cut at the end. We tried to compensate by setting point-limits low to allow for some things falling through the cracks while letting people progress. Having a low skill floor and high ceiling felt important.

Thanks for playing, glad you enjoyed it!

Submitted(+1)

Nice job!  Had to restart a couple times to get the controls.  I appreciate you sharing the source code.

Developer(+1)

Thanks! It's game jam code but i'm sure with a little elbow grease it could be made better.

Submitted(+1)

Hey great work on this one love the art, got tripped up by not washing it at first. Might be nice to have the order image include the glow there is after being washed so it's more clear there is an extra step. 

Developer

Ahhh. To blob's credit the suggestion was definitely made to put the glowing item in the order queue and I was concerned it would be too distracting. I guess we should have at least tried it and IDK why but using a single frame of that animation didn't even cross my mind until this comment.

Thanks for the feedback!

Submitted(+1)

I left a comment saying this on the main page, this is just so well done! The team did a great job. Nice work everyone. There were some control issues, some isometric hiccups, and the pacing of orders coming in. Those could be smoothed over and balanced if you were to polish this game out, as I think it has some future if the team chose to pursue it!

Great work!

Developer

Thank you for the comments! Yeah, the isometric style is very finicky and there isn't too much in terms of information/examples of how people do things, so we basically had to wing it. That said I do think it still came out  nicely despite its hiccups, and if we were to continue it I think some of the issues we had could be trivialized by not using the tilemap for important blocks

Submitted

Yea that makes sense. I haven’t actually tried using Godot’s Tilemap for isometric yet. I’ve rolled my own in previous engines and it’s a fair bit of work, just getting the math all figured out alone was tedious. Going with a 2D in 3D would probably be best and provide a unique visual flair as well.

Developer(+1)

Couldn't agree more. We think moving to a 3D renderer would also trivialize the work there.

Submitted(+1)

I think I'm doing something wrong as I can't seem to deliver my item! I thought I move to the racks on the right and press [E] but it just plays a sound and rejects?

Developer(+1)

Hey there, it sounds like you are not quenching your item before taking it to the delivery rack. After finishing an item, you need to bathe it in oils in one of the tubs around the map to quench it and "finish" it. You'll know it's finished when there's a sparkly animation on the item. Let me know if that does not fix your issue.

Submitted

you’re right! D’oh. I even have the same mechanism in my game!

Submitted

Right played it again now I know how to do it right, yes the game works well, the areas are laid out well for manoeuvring around and getting work done and the difficulty is well paced to keep you busy but without being too much at the start. The browser version is causing weird restarts occasionally on Safari but that's likely a Safari issue rather than anything else.


Nice little game, Well done!

Submitted(+1)

The art and credits page are really well made. Gameplay is fun. Music is good. I recommend a button toggle to pause and see the recipes.

Developer(+1)

Thanks for the feedback! I agree! Someone else mentioned that it would be good to make the recipes able to be seen somewhere. I thought they would be a good fit on the pause screen as well.

Submitted(+1)

loving the pixel art

Developer(+1)

Thanks! Our artist did a really good job capturing an isometric pixel art style.

Submitted(+1)

Extremely charming pixel art. The animations add such a nice touch (I love the little slime guy!) It gives the whole game a very chill vibe, which is an interesting contrast with the "stress" of having to deliver items on time.

Developer(+1)

Thanks! Fun fact: my name is blob and that is actually me inside the game. 

Submitted(+2)

This game is so cute and well made. The tutorial sheets and menus are so full of personality and do a great job, and the game itself had a great mixture of stations that required me to be there and stations that were solely time based.

Developer

Thanks for the feedback! We really enjoyed working with the isometric style for this jam, even if it gave us some trouble to begin with. It was definitely worth it to see it through.

Submitted(+3)

The game is fun, has great art, the isometric perspective is well implemented, game mechanics are good. 

Perhaps using the mouse to move the character would be better, but I'm not sure.

I guess that the only thing that I could add, that I haven't seen in other comments, are the tutorials. These drawings are awesome and self-explanatory, I put a lot of value in these details!

Great job!

Developer

Thanks for the feedback. I agree that mouse movement would probably be better and would trivialize a lot of the ray casting or other collisions we had to use to get 8-direction movement working. That being said, I think normal movement with a controller or keyboard has a little bit of charm to it as well. Maybe there's a world where combining both would work and still leave it feeling unique enough.

Submitted

Couldn't agree more!

Submitted(+1)

Absolutely agree on the tutorial sheets, they are informative and easy to understand.  Add to that the progression only adds the newest item + already learned ones.

Developer(+1)

Heyo! Thanks for the comments <3

My house has a "problem" with overcooked style games and ended up talking about what mouse-interaction would be like over the course of the jam. Our consensus is that it'd be interesting but dramatically change the "feel." We find that a large part of the challenge for these is the frantic pathing and trying to target correctly under duress. Switching to (presumably) an efficient path from point a to b removes that bit of the challenge somewhat and so you end up relying increasingly on the question of action order efficiency. In effect I think you'd see a slightly lower skill floor (imo good) but also a dramatically lower skill ceiling (imo bad) so existing mechanics would have to change in some other way.

Not sure how but I'm excited to see if somebody does take that route.

Submitted (2 edits) (+1)

Great game!  Good job having 2 different stations that don't require you to be there, to work on other things temporarily- solid balance there.  Also, in level 2, I'm pretty sure I had 3 blue recipes lined up, and when I turned one in it took the most recent one as complete, not the one that had been sitting there at the top?  (I could be wrong on that, as it's hard to tell since the recipes jump instead of sliding up)

It's cool to see all the different ways teams created an overcooked-style game.  Also "will pay in experience" killed me hahaha

Developer

Thanks for the feedback! Yeah, we were considering removing the requirement at being at the anvil as well but ultimately decided to keep it as we had originally planned. There might be room to remove that one as well and solely focus the difficulty on the speed of the actions rather than whether or not the user has enough time to complete it. 

I'm sorry to hear that you had an issue with the delivery system not working. That is pretty weird, it's intended that if you have two of the same items on the queue that it takes the one that was added first/has the least amount of time left. I think it's plausible that maybe it looked like it took the wrong one since there's no clear animation of the orders filling in the empty space where they can. I definitely think having some sort of animation there would make its clarity better.

Submitted

Honestly, I could have seen it incorrectly.  The delivery did go through, but it looked like it grabbed the wrong recipe.  Either way, if it happened, it only happened that one time- solid game!

Submitted(+1)

Really impressive! The art and music are incredible and I loved the little credits sequence lol XD Heads up, the spacebar control didn't seem to work for me (played in browser on a Mac) Great work overall!

Developer

Thanks for the feedback! I do not believe that playing on a Mac should be any different since you're on a browser still. There could be something weird happening with Safari though. It's also worth mentioning that you can only light the furnace when there's a valid recipe inside of it.

Submitted

Ohh got it, that might have been the issue then!

Submitted(+1)

Very stressful in a good way! It's fun zapping around trying to meet the timers. The visual are amazing,  but the weapon icons on the UI were a little blurry. It's probably just a minor import configuration thing. The audio was also great. Very complete game overall and the ending was funny. Congratulations!

Developer

Thanks! That does indeed sound like it was because of an import issue. That's unfortunate, thanks for the heads up.

Submitted(+1)

Well I certainly know which of the two Helter Smelter's submitted is better looking. Absolutely gorgeous art, and fun game! 
Small piece of feedback, might be helpful to have a button or station that shows the steps for each item again. Sometimes I would get them mixed up and even if it costs time it would be good to be able to look again

Developer(+1)

That's so funny that we chose the same name. Our team was actually tracking the work of yours since it seemed very similar early on and we were very pleased with the minigame system you implemented for the anvils, we thought it might be cool to have something similar, but we scrapped it in favor of a more simplistic approach. We're both unique in our own little way.


Thanks for the feedback. I agree that it would have a good idea. We were pinched for time but it would probably work very well on the pause menu, so we'll take that into consideration if we work on this any further.

Submitted

I actually got the idea for the name from a friend of mine, so can't take credit for it haha. I honestly think you made the right call for scrapping the anvil minigame, it fits the way you're juggling the different stations in your game a bit better 

And yea, it always comes down to time in game jams, and its not a major issue. But I think your game has real potential, so figured I'd leave a comment in case you all are going to continue developing it

Developer(+1)

Yeah, we'll definitely take it into consideration. We are still very new to Godot, and isometric seems to be rather untouched in the public domain, so it made it a bit more difficult than a flat plane like in 2D. Nonetheless, it was fun and there is always room for continuing it.

Submitted(+1)

Total Score: 690 :)

Fun busy game and amazing art!

Developer(+1)

Thank you for the comments. Our artist worked overtime getting us the assets we needed.

That's a nice score you achieved there as well.

Submitted(+1)

Fun game and the art work is wonderful! bit of a bug in the second level where I couldn't set down completed items on the rack

Developer

Thanks for playing our game! I'm sorry to hear that the delivery did not work for you. Did you make sure that you quenched your items in the tubs before delivering? It was an interesting adventure trying to work with isometric in a 2D space so it definitely could be on us as well!

Submitted

It is totally possible that quenching was issue, as it only happened to me one! The isometric nature of the game makes it stand out compared to other games in the jam with similar game loops

Viewing comments 20 to 1 of 47 · Previous page · First page