Tweet Typer
Basic typing game in PICO-8 written in under 280 characters. Type the characters onscreen before the red wall catches up with you!
Here's the code:
poke(24365,1)c="qwertyuiopasdfghjklzxcvbnm" s=stat e=sub f=flip d,n,v=.1,0,48 a=""for i=1,100 do r=rnd(#c)a=a..e(c,r,r)end::_::n+=d cls()g=q if(s(30))g=s(31) print(a,v,64)rectfill(0,0,n,128,8)if g==e(a,1,1)then a=e(a,2)n-=1 elseif g then d+=.01 end if(n>v or #a<1)run() f()goto _
Status | Released |
Platforms | HTML5 |
Rating | Rated 4.7 out of 5 stars (3 total ratings) |
Author | GunTurtle |
Made with | PICO-8 |
Tags | Typing |
Average session | A few seconds |
Inputs | Keyboard |
Accessibility | High-contrast |
Leave a comment
Log in with itch.io to leave a comment.