Thanks for playing!
I think yout nitpick about moms could've also be avoided if dialog made game in the background look even darker. or maybe even blured it a little.
bryengx
Creator of
Recent community posts
Made it through about 30 or so levels. Got to say this really so some difficult game.
While Respawn is instant and lets me get back right away it looks like levels themselves don't reset. It is fine for most levels but if something needs to be done in a long sequence I have to wait till it resets itself. Even switching levels don't seem to reset them :(
This was explained in FAQ and here: https://itch.io/jam/game-off-2024/topic/4262095/color-palette-rules
Short answer: it has to be 4 colors.
Are you not familiar with GitHub or code repositories in general? Sounds as if you think GitHub is some framework to implement into your game like in few other game jams.
You don't need to download any specific code from the site.
It's the opposite, you will need to upload your own code.
I hope this makes it mode clear.
I might be interested.
For the most part I am programmer and I'm not good at art so we might benefit from each other. I have an idea for a relatively small project that could be done in a month even casually. Got to look how I will feel about it when theme is announced though.
Do you go by the same name in Discord?
Thanks for trying it out.
I tried to explain it the description but I guess it wasn't eoungh :(
The base idea is that you use carrages and ships to distribute resources in cities. At the start of each day city inhabitants will consume resources to stay happy and or use then in production of other resources. If you had any demanded resource stored in that city at that time, they will buy it from you and you get the gold.
In other word, you are selling to the citizens based on demand instead of to the city.
You start off with 1 carrage full of stuff and a ship, both marked green. ckicking on them should open a menu from which you can make them move to any city. From there you should be able to store all or some of the resources in visiting city and earn gold at the start of each day. And inside city menu there is a button to select visitig carrage again and sent it to otherlocation.
The idea was that you end up with a fleet of carrages and ships going from city to city and while you can buy new carrages from city and they can be automated via trade routes all this still needs more work to look nice.
I think I should also work on a smaller mat that could work as a tutorial.
Thanks for the reply and feedback, I really appreciate it!
Aside from UI buttons and frames all other graphics are AI generated. It is most visible with the map background which is too low-res as AI usually don't make images larger than 1024x1024. I should look for ways to upscale it.
Right now I'm so hyped about ChatGPT that I considered writing a devlog. But that might take some time. I didn't use ChatGPT for Unity before so I can't tell if my experience with it was normal or lucky, or I'm just good with prompts.
I'd say 80-90% of code was made by ChatGPT. The rest was me doing corrections to it and in some cases it was just easier to write few lines myself instead of coming up with more specific prompt. All generated code also had to be always double checked as it sometimes would rename attributes or forget about some classes it created before. But reviewing the code this was still faster and the end result is undeniable benefit.
For me city demands didn't feel this bad but that's probably because of my awareness how all systems work.
For now I will reduce resource consumption and see if this is enough to get at lease some cities stable.
I plan to add AI merchants too but as you said that will take some time. Same goes for data charts in cities and other useful tools.
And, yeah, how could could I forget about pause on Space bar. Will quickly add that one :)
made it over 3000 points. most hits I got from enemies spawning right at me. This is really bad! You should either make it so they spawn outside the screen (or at least some distance away from player) or they should spawn in with a delay (first putting a signal that they are going to spawn at that location).
Other than that this kind of games now a days are expected to implement elements from Vampire survivors and alike to be fun - power ups, level ups, increasing number and variety of monsters and so on.
Loved ship building!
Even though it was annoying not getting the part I want and when it shows up its for the wrong side :( I guess there are not that many parts otherwise..
I might suggest you add extra storage slot where I can buy and put one part in advance and attach to the ship latter.
And since the score is based on height you could use data received from LootLocker and display them in-game so I could sometimes see the names of people I'm about to beat.
I'm glad you liked it!
If by always starting at begining you mean that start tile never changes is location I did consider that. It felt too repetitive as I could always go exactly the same path all the time with very little incemental change for all levels. Then I thought it could change every 10 levels or so but ended up with current system. It felt beter even though not by much.
I should come up with more interesting tiles and effect for update.
Good implementation of driving and I love how big and chaotic is city itself.
Really impresive that have minimap and path highlighter. Even though for me it felt misleading as it seemed to give me the shortest route which usually was filled with too many twists and turns. It felt more efficient to try and drive in straight line in general direction to the goal and then make just one turn hoping the goal is not too far off.
Nice game!
Jumping was weird but consistent enough to get used to.
Boss fight was a bit hard to understand but I beat it at the end. one of the first things I did was jump on the boss head and hit for 100+ times with no effect. Number after every hit kept growing so it felt like I'm doing the right thing.