Log In  

Cart #ghostdrivers-0 | 2021-05-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

"What if you're right and they're wrong?"

A tweetcart (276 characters) you can actually play!

m,x,y=128,43,0e,s=x,y::::cls()rect(30,-1,96,m,6)for i=-m,m,32do line(64,i+y/2,64,i+y/2+14)end
if(btn()==1)x=43
if(btn()==2)x=78
print("웃",x,86,11)if(y>m)then
y=0s+=1e=rnd()>.5and 43or 78end
print("🐱",e,y,8)y+=7print(s,84,116,10)if(y==91)and(e==x)then stop()end flip()goto

Made in homage to the old single-game LCD handhelds that had you dodge oncoming traffic with your racing car.

Twitter: Ludokultur

P#91843 2021-05-12 15:47 ( Edited 2021-06-05 07:57)

1

That was very nice, but why didn't you include the code in the description?

P#92088 2021-05-17 15:43

@Pico_Maker: Thank you! :)

Oh, do people usually do that? I didn't think to post it separately cause it's available via just one click on "Code" below the cart anyways.

P#92089 2021-05-17 15:54
1

This is awesome! Really cool, well done :) Kind of makes me wanna try and make my own...

I will say I thought it was broken at first when I got hit by the car and the game stopped (it doesn't tell you it's stopped running in browser so it just looks like it's frozen) but I figured out what had happened by looking at the code.

P#92816 2021-05-30 18:52

Thank you so much for the kind words @tinysorcerer! :)

Haha yeah I can see that issue. Would be another challenge to get a proper restart mechanism in there I guess.. :D

P#92835 2021-05-31 09:17

@Ludokultur People do usually include the code separately bc it's easier to copy-paste than download, open pico-8, and load it.

P#93017 2021-06-04 15:05

@Pico_Maker: I pasted it in now! :)

Unfortunately the code snippet feature seems to have issues with the two "emoji" characters and wouldn't allow me to post when using it.

P#93052 2021-06-05 07:58

@Pico_Maker If you press the little 'Code' underneath the game you can see and copy/paste the code :)

P#93380 2021-06-12 12:56

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-29 09:32:20 | 0.052s | Q:28