Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Bouncing DVD TweetcartView game page

A remake of the bouncing DVD logo made in PICO-8 in under 280 characters to fit inside of a Tweet.
Submitted by Calverin (@AtCalverin) — 9 hours, 16 minutes before the deadline
Add to collection

Play tweetcart

Bouncing DVD Tweetcart's itch.io page

How many characters of code did you use?
276 (256 for game itself)

Include your code here, if you'd like to show it off!
x=64y=48d={-1,1}o=7c={}r=rnd
e=r(d)f=r(d)v=ovalfill
for i=1,15do add(c,i)end::_::
flip()cls()x+=e y+=f a=x+1b=x-1g=y+1h=y-1if(b==0or a==118)e*=-1o=r(c)
if(h==24or g==104)f*=-1o=r(c)
?'dvd',b,h,o
?'"',x+10,y+8
v(x-2,y+8,x+10,y+4,o)v(x+2,y+5,x+6,y+7,0)goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet