- Cursor keys to move
- Z to drink soda (regain speed)
This is my first PICO 8 project.
I made it in my post graduate unemployment period, and I've had so much fun with this tool.
So much fun that I ended up spending way more time on this game than intended :)
Hope you have fun playing, and remember: Stay hydrated!




.jpg)


Hey, I'm making a small game.
I need to get the flag value of a sprite I'm drawing and moving in the _draw function.
I need to know when the player hits the sprite. But I can't use mget() to get sprite number of it, because the sprite is not part of the map..
Any ideas how to go about it?
Right now I'm just using pget() to register it by color, but that solution is not super stable with so few colors ;)
Hope someone can help.





Hey, I'm making a small game.
I need to get the flag value of a sprite I'm drawing and moving in the _draw function.
I need to know when the player hits the sprite. But I can't use mget() to get sprite number of it, because the sprite is not part of the map..
Any ideas how to go about it?
Right now I'm just using pget() to register it by color, but that solution is not super stable with so few colors ;)
Hope someone can help.
