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 _
StatusReleased
PlatformsHTML5
Rating
Rated 4.7 out of 5 stars
(3 total ratings)
AuthorGunTurtle
Made withPICO-8
TagsTyping
Average sessionA few seconds
InputsKeyboard
AccessibilityHigh-contrast

Leave a comment

Log in with itch.io to leave a comment.