Tweeterman.p8
Timberman Clone made for the TweetTweet Jam using Pico-8.
Currently using 518 characters.
t={32,0,64}x=32p=0l=0g=94w=64
function _draw()
d()
if(btnp(0)and tonum(t[2])!=0)m()l=0return
if(btnp(1)and tonum(t[2])!=w)m()l=1return
if(btnp(1)or btnp(0))p=0 cls()end
function m()
s=flr(rnd(3))*x
del(t,tonum(t[1]))
add(t,s) d() p+=1end
function d()
cls(12)rectfill(0,g,128,128,3)
for i=1,3 do dt(i)end
print(p,w,w,0)end
function dt(i)
s=tonum(t[i])
rectfill(x,g-x*i,x+w,g-x*i+x,4)
rectfill(s,g+16-x*i,s+w,g+14-x*i,4)
rectfill(56,80,74,84,6)
rectfill(w,84,x+w*l,85,0)
rectfill(56,84,74,85,0)
print('웃',30+w*l,84,9)end
Status | Released |
Platforms | HTML5 |
Rating | Rated 3.0 out of 5 stars (1 total ratings) |
Author | jschwieger |
Made with | PICO-8 |
Tags | PICO-8 |
Install instructions
If you own Pico-8 download the card and run it!
If you don't, download the .zip, extract, then run in your browser.
Leave a comment
Log in with itch.io to leave a comment.