by heyton


Hello guys!
Thank you for your comments.
Some updates:
-time limit
-random arrangement of bananas
-levels with more bananas
-banana adds two seconds to the time of the collection
-at start of new level from the time of the collection subtracted a random number
by heyton


Hello guys!
I've just started learning pico-8 and this is my first test game.
You should take all bananas.
Controls:
cursors - move
z - take banana
P#13557 2015-09-02 11:38 ( Edited 2015-09-08 17:35)


To add a menu/title screen, here's what I did.
There's 3 main functions: Update, Init, and Draw.
Here's a snippet from my game:
Init:
Update:
Draw:
Simple, right?
P#13835 2015-09-08 09:01 ( Edited 2015-09-08 13:01)


P#13860 2015-09-08 13:35 ( Edited 2015-09-08 17:35)
[Please log in to post a comment]