Cargo Chaos by synthol

Cargo Chaos is a simple top-down cargo delivery game made in Python using Pygame. Latest release can be found on GitHub which is located under links here!
How to Play
- Move the car by pressing
AandDorLeft ArrowandRight Arrowkeys. - Collect the
brownbags which is the cargo. - Increase the score by delivering the cargo to the
greenX. - Avoid the
orangetraffic cones otherwise the game ends. - Difficulty increases as the score increases.
Changelog
In accordance to the Ludum Dare rules I cannot publish the latest release here which received improvements based on the feedback given. The original release will remain here but please do consider trying the latest release on GitHub.
5/2/2023: - Added an indicator for cargo currently held - Added a maximum cargo limit of three - Adjusted the objects to spawn higher
5/5/2023: - Added a boost for horizontal speed increase - Improved the graphics - Refactored the code
| Latest Release (GitHub) | https://github.com/synthol/CargoChaos |
| Original URL | https://ldjam.com/events/ludum-dare/53/cargo-chaos |
Ratings
| Overall | 1139th | 2.833⭐ | 29🧑⚖️ |
| Fun | 1064th | 2.815⭐ | 29🧑⚖️ |
| Innovation | 1177th | 2.389⭐ | 29🧑⚖️ |
| Theme | 1070th | 3.192⭐ | 28🧑⚖️ |
| Humor | 1026th | 2.08⭐ | 27🧑⚖️ |
| Mood | 1092th | 2.741⭐ | 29🧑⚖️ |
| Given | 48🗳️ | 52🗨️ |
+ It was very constant, same difficulty all the time, hard to start of because of the little reaction time, but once you get used to it it's pretty repetitive. You could start with the objects falling slow and increase their falling speed over time. You could also tweak the number of objects, have few obstacles fall at the beginning and ram up the number over time.
+ It would be nice to see some more gameplay options, like pickups that give you temporary speed, potholes which make you lose control for a little bit, or a drifting ability that allows you to drift to the side faster but you can't change direction after using it.
@zhiteng-chen In the instructions I do explain that you increase the score by delivering the bags to the green X but maybe I should rewrite the instructions to better explain this. Also I rated your game and that was a 5/5 for comedy.
Maybe put a maximum amount of bags (like 3) and it will balance the gameplay ;)
Great game, I enjoyed it a lot !
the controller feels very nice tho! add some cool tire wounds for turning and the feel is on point!!
* it would be nice to have an indicator of how many bags you are carrying
* please avoid spawning new obstacles anywhere which is not at the top of the screen. There is no way to avoid those and it really makes you feel powerless when that happens
* I would love to be able to upgrade the horizontal speed movement of the car. Maybe some power-ups that can be collected just like the bags?
@whywhy Thanks for the feedback! I've added an indicator to see the amount of cargo currently held. Regarding your tire suggestion that is noted and may be added in a future release.
@kgurniak91 Thank you for the feedback. I've moved the objects spawning to be higher on the screen if that is what you meant. Regarding your steering recommendation that has been noted.
@lisyarus Thanks for the the tips! An indicator has been added for the cargo. Also the objects now spawn higher up on the screen giving the player more time to react.
@tanis Thanks for the tips. A cargo indicator has been added. Obstacles now spawn on top of the screen. Your recommendation for upgrades has been noted and may be added in a later version. The only reason I didn't add the upgrade now is because I'd like the game to remain simple as you said but more features like this may be added later on.
@python-b5 Thanks for the positive feedback. An indicator has been added for the cargo currently held.
@obe-dot Thank you for the positive feedback!
#### The latest game version for all these changes can be found on the GitHub to comply with the Ludum Dare rules!
@gatlink In the latest post LD release I've adjusted the objects to spawn higher up on the screen so this I think is sufficient enough. The UI for how many packages the player has was added in the latest release as well. Thank you for the feedback!
@martta Exactly, I agree with rating games only on the LD submission and nothing after. Thank you for the rating!
@megalukes Pygame is definitely a fun library to make simple games that's why I gave it a try. The objects spawning very close to the car in the LD submission version have been fixed in the latest version. Thanks for the feedback!
@cinterre Thank you for the feedback and recommendation!