Log In  

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. )

Cart #34259 | 2016-12-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#34257 2016-12-26 19:44 ( Edited 2016-12-27 01:17)

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!

P#34258 2016-12-26 19:55 ( Edited 2016-12-27 01:14)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 23:16:22 | 0.018s | Q:18