
Parcel Panic
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).
Parcel Panic
---
A tetris battle lite with a silly AI opponent powered by GPT and ElevenLabs.
Very unfinished -- I didn't get to merge the actual AI logic so it's just random movements.
Still a great example of what a future genre of gaming could look like in the short term.
---
♥ Play now
---
---
Code: Blade Dozier (cosmo)
Music: Arthur Acha (2AM)
---
How to play:
In this game, you must successfully deliver packages by moving
and rotating groups of packages to create rows of ten.
Each row represents a delivery truck, and the color next to the
row represents the color of the package that must be
delivered. When a row is filled and 5 or more packages of the
same color are in the row, you complete a delivery!
Complete the number of deliveries required to win each level.
___
Controls:
*Left* - Move packages to the left
*Right* - Move packages to the right
*Down* - Advance packages down
*Space* - Drop packages to the bottom of the grid
*Q* - Rotate packages counterclockwise
___
APIs used:
OpenAI (realtime text generation)
ElevenLabs (realtime speech generation)
---