Description: In Coffee Catch, the goal is simple: get the desired amount of coffee with as few misses as fast as possible! To get a cup (or several) of joe, use the arrow keys to move. But be careful, holding the button down for too long will result in a miss and you will lose points.
License: You can use any part of my game or code. Just make sure you credit me. (Please!)
Notes: This is my first Pico-8 game so please, feel free to leave any feedback! (Just be nice... or not. Do whatever you want, I'm not your parents.)
Change log: Fixed an issue where the game would read several inputs at once. (Thanks @EatMoreCheese for pointing that out! You get a cookie. )
You should switch the input to BTNP, instead of BTN, because right now it's reading several inputs when you touch the button. BTNP takes one input per press and skips the following frames, but BTN will read the input every frame.
For such a simple game it's entertaining!
[Please log in to post a comment]