Foon →
Ludum Dare Explorer →
LD52 →
Desert Harvest
Desert Harvest
By math-daemon
View on ldjam.com
| Category | Rank | Score | Count |
|
|---|
| Overall | 334 | 2.45 | 24 | |
| Fun | 335 | 2.23 | 23 | |
| Innovation | 232 | 3.07 | 23 | |
| Theme | 262 | 3.16 | 23 | |
| Graphics | 287 | 2.90 | 24 | |
| Audio | | 1.04 | 13 | |
| Humor | 274 | 1.41 | 19 | |
| Mood | 317 | 2.30 | 20 | |
Comments
The concept is simple and good! I believe if more time given, it will be a great game with various types of tanks, various maps, different ways/weapons and various upgrade options for the player.
One little complain. If whether the tanks are filled can be visible, it will be less confusing to me...
Hey thanks for your kind feedback! Showing the fill state is actually a TODO I have at the bottom of my main.cpp source file. But didn't manage to get it done in time. I'm very impressed how much others can achieve in 48h..
To be honest it wasn't clear to me why I'm even needed as the player. I could have just left the vehicles working on their own. (I get now that you are supposed to beat the high score). Maybe adding islands so you really need to help the vehicles could be fun? Or make them just queue up if the spot is busy, which would really make your help needed. Nice job!
arscene
2023-01-09 21:13
I love this kind of game! Feel like watching an ants colony.
I think that a way to speed the aircraft up with a dash or a button to move faster would make the decision making even more important.
Congrats on what you did, it's awesome!
The art reminds me of a 90s era RTS in a very positive way. Beyond that, though, I kinda felt like a hat on a hat. I wasn't sure if I was actually helping or hindering by carrying the little tank boys around. I may have missed the point, though.
Thanks for the ideas, they are all great. About having too little effect on the outcome, I agree unfortunately. I added in the bridge pretty last minute, before that it was even worse :laughing: There actually is a queue located between the 2 bases, but it is rarely ever used by the vehicles. Maybe if I tweaked the number of vehicles/bases/spots-to-dock a bit better..
likirus
2023-01-11 16:59
Always love to see some C++ games, especially when compiled to run in the browser (maybe I should look into emscripten myself, seems quite useful). I have to agree with some of the others that I didn't quite get why I'm needed. You did too good of a job building the AI for the drones, they seemed to be doing quite well without me. If anything, I picked them up, dropped them somewhere only so that they would immediately move somewhere else :D Maybe an option would have been to have some green fields in the lower area that slowly dry out and you (and your drones) have to keep them watered to prevent them from dying or something like that.
dzejpi
2023-01-12 18:06
Interesting take on the theme! What I missed the most were some indicators - I was not sure about the status of every pod. Even number would be great. But 48 hours is very limiting, so that's alright. And it seems that you wrote the whole game yourself without using any game engine, just with the SDL library, which is always huge plus and I would say usually much more programming than devs who use game engines. :)
papaya
2023-01-12 18:11
I think I understand the premise of the game. You pick up drones to make them go faster and more efficient. It is definitely interesting take on the theme, and I like the gameplay a lot!
Thank you all for your kind feedback!
@dzejpi You are correct, i spent almost all of the time getting the ground functionality in, like setting the graphics and input handling up and so on. Wrote my own routine to draw rotated sprites, which was very bad (still in the code, commented out :laughing:), then wrote it a second time heavily "inspired" by stackoverflow. In the end i spent half an hour figuring out an issue where the html5 surface has a different RGB format compared to a native Win32 window, so the colors were all wrong in the web-build (the font colors are still different between web and native builds). But all of that is preparation for the next ludum dare!
I had to try a few times to get the idea right, but I liked your take on the theme. Having a game on the simulation genre specter is not very common
dzejpi
2023-01-13 17:07
@math-daemon it's all about gaining experience and it seems that you gained plenty. Making everything by hand has a charm, but... I like to make things easier for me. :)
simone
2023-01-14 21:40
Cool, especially since it doesn't look like you used one of the mainstream game engines
I got 158!
@verttixpertti Thank you so much for playing and commenting, hope you had fun. My personal highscore is 178. My strategy was to just stay in the center-left area and help them over the canyon between the left base-station and drilling-rig in both directions.
jimbly
2023-01-21 17:04
_The spice must flow_. My score: 165!
Neat game. I would have liked a little more to do, but it was fun watching my harvesters run around. They often seemed to be pretty effective on their own, so maybe if I just flew faster compared to them it woulda helped.
For some reason, I kept expecting a sandworm to pop up...
oadt
2023-01-21 17:51
Nice entry! I think the player would feel a bit more helpful if the ship would move a bit faster and the hitboxes to pick harvester up would be a bit bigger. But you already had a good idea with implementing this barrier between the north and south side!
Thanks for the feedback! Definitely some fine tuning wouldn't hurt. And the sandworm would be a great mechanic so you need to pick up certain harvesters occasionally to not loose a valuable workforce :smile:
I really enjoyed the visuals in this game, the style was nice. As others have mentioned, my main complaint is not feeling useful to the tankers who seemed to get into their own rhythm after the first round. Adding A/D for left/right would also have been nice. Great job getting something interesting in the short timeframe.