Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/synthol/cargochaos

Cargo Chaos LD53 Submission
https://github.com/synthol/cargochaos

gamedev gamejam ludumdare ludumdare53 pygame python

Last synced: about 24 hours ago
JSON representation

Cargo Chaos LD53 Submission

Awesome Lists containing this project

README

        

# Cargo Chaos [![License](https://img.shields.io/badge/License-MIT-red)](https://github.com/synthol/CargoChaos/blob/master/LICENSE)

![Downloads](https://img.shields.io/github/downloads/synthol/CargoChaos/total?color=blue&label=Downloads&style=for-the-badge) [![Download](https://img.shields.io/badge/-Download-green/total?color=green&label=&style=for-the-badge)](https://github.com/synthol/CargoChaos/releases/download/v1.3/CargoChaos.exe)

![cargo_chaos](https://user-images.githubusercontent.com/36903616/236533702-a59c5022-5aed-4437-84a6-50a0074b97b9.png)

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](https://ldjam.com/events/ludum-dare/53/cargo-chaos).

***

# How to Play
- 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.