
Cargo Chaos
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
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!
- Collect the `brown` bags which is the cargo.
- Increase the score by delivering the cargo to the `green` X.
- Avoid the `orange` traffic cones otherwise the game ends.
- Difficulty increases as the score increases.
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
How to Play
- Move the car by pressing `A` and `D` or `Left Arrow` and `Right Arrow` keys.- Collect the `brown` bags which is the cargo.
- Increase the score by delivering the cargo to the `green` X.
- Avoid the `orange` traffic 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