raster.art
SEARCH
Create Account
No wallets connected. Please connect a wallet first.
Rubber Band Relay
carson, 2022on fxhash
Platforms
fxhash
Description

Tweetcart Relay is when we receive a tweetcart from someone else as either a GENTK or OBJKT, and then modify it to make our own new tweetcart using their pre-existing code and/or ideas. Eventually it's out hope to have many relay chains going on with many people, anyone at all who likes to make tweetcarts or wants to learn how :)

A tweetcart is a PICO-8 cart where the source code fits entirely within one tweet.

Relay information: -> inspiration tweetcart: bonbon topology; https://www.fxhash.xyz/generative/16197 -> inspiration tweetcart author: aebrer; tz1ZBMhTa7gxSpaeXoqyc6bTCrxEHfZYSpPt -> destination tweetcart author: P1x3lboy; tz1SvJbECAva9gxczfBmX3CAFUszgQXNgsNm

Pico-8 Source Code: -> 147 Tokens, 278 Characters

set_fps(60) r=rnd p=srand q=poke f=0g=r()v=128 s=r(-1)p(s)c=r(12)%1+2 q(0x5f54,0x60)cls() for i=0,16do pal(i,(r(33)-17),1) end :::: for i=0,80do x=64+sin(i/30)+cos(g/v+i/80)*64 y=64+cos(i/30)+cos(i/80-g/v)*64 ?line(x-r(1),y+r(1),f%c) end g+=.6+r(.1) if(r()>.4)f+=.5p(s) goto _

To Friends and Creators: Want to change the code, or make a relay Tweetcart of yourself based on this one? No problem! You can find the official education edition of the Pico-8 here, for free, usable in the browser, thanks to the Pico-8 Creators lexaloffle & co: https://www.pico-8-edu.com/ . Simply press escape to get to the code editor, copy and paste the source code here into there, and press ctrl+r to run the pico8.

License: CC0