Cargo Chaos is a very simple top-down cargo delivery game made in Python using Pygame. Cargo Chaos was made for Ludum Dare 53 and has been submitted under "The Jam" format. The theme for the jam was "Delivery". Cargo Chaos was my first Ludum Dare submission ever and also my first time using Python for game development, normally I'd use the Godot game engine or C++ with a graphical library. Excuse the spagetti code as I was learning multiple things during the jam which includes Python, Pygame, and Ludum Dare. You can view the Ludum Dare submission over at Ludum Dare 53.
- Move the car by pressing A and D or Left Arrow and Right Arrow.
- Collect the brown cargo bags.
- Increase the score by delivering the cargo to the green X.
- Avoid the orange traffic cones otherwise the game ends.
- Increase the vehicle speed by colliding with the blue boosts.
- Difficulty increases as the score increases.
- Maximum of three cargo can be held before delivering.