Drifty Delivery Service

Drifty Delivery Service

This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
overall: 2.58
fun: 2.63
innovation: 2.60
theme: 3.08
graphics: 2.82
audio: 2.38
humor: 2.50
mood: 2.78

Can you drive along these winding roads? Can you deliver all the packages? CAN YOU DO BOTH?????

#### If not, this game might be challenging. When you drift too much a package can fall out so drive carefully.

[Space] to start game

A/D to turn left and right

Q/E to throw next package out the left or right side of the truck

Norton and Windows Defender really hate the build. If you do not feel comfortable bypassing your antivirus software, the source code is on GitHub and if you really feel the need, you can get PyInstaller with pip and use it on the main.spec file.

If you're not using Windows:

PyInstaller compiles to whatever operating system it is run on. I don't have a Linux computer in the house and my sister wouldn't let me use her Mac. You can go to the GitHub repo, download it, extract all, open the folder in whatever command prompt or terminal your OS has and make sure you have Python, run pip install pyinstaller (if you don't already have it), then try pyinstaller main.spec. If this doesn't work, run python -m PyInstaller main.spec (this command is case sensitive). Now you have a single file executable that you can run. Make sure the executable is in the same folder as the assets folder.
Found a bug?
Tell us on Discord