Create drinks by mixing bottle colors and throwing them at the customers that match! If your bar fills up, its game over!
Left/Right: Move
Z: Pickup bottle/combine bottles/throw drink
An 5 day long experiment in making my first pico8 game with a 32x32 constraint!



This is cute! Very creative idea.
I think it could work well as a 10x11 tv jam game. It would help things move a little faster, too.



You may also want to consider forcing PICO-8 into one of the lower resolution modes, by using a command such as:
poke(0x5f2c, 3) -- zoomed, 64x64 |
See here for info on documented (and LESS-documented) API features.
[Please log in to post a comment]