Log In  

Cart #tweetormergame-0 | 2021-06-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


Another PICO-8 Tweetcart, this time a bit more complicated and optimized.

Source code:

x=60
y=123
mx=0
my=0
b=0
s=0
g=0
::_::
cls(1)
x+=mx
y+=my
mx*=.7
if (y<122)then my+=0.3end
if(y>123)then my=0y=123end
if(y>122)then g=1else g=0end
?"\f7웃\vm●",x,y
if(btn(⬅️))mx-=s
if(btn(➡️))mx+=s
if(btn(❎))s=.9b=3.5else s=.7b=3
if(btn(🅾️))and g>0then my-=b end
flip()goto _

P#94004 2021-06-25 00:18

no game? just blue screen behind person

P#122321 2022-12-13 17:55

@Zackarygg

yes, but it's a blue screen behind (a mobile) person where the code fits within one tweet!

P#122395 2022-12-14 15:39 ( Edited 2022-12-14 15:39)
P#122466 2022-12-15 13:52

[Please log in to post a comment]