pouët.net

lgbt139 by All You Can Execute
[nfo]
screenshot added by DevEd on 2020-09-06 20:11:28
platform :
type :
release date : september 2020
  • 10
  • 2
  • 1
popularity : 54%
 54%
  • 0.69
alltime top: #13523
added on the 2020-09-06 20:11:27 by DevEd DevEd

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

🏳️‍🌈
rulez added on the 2020-09-06 21:19:41 by alia alia
much cleaner than my version. are you sure 128 is not possible though? ;)
rulez added on the 2020-09-06 21:35:02 by HellMood HellMood
🏳️‍🌈
@HellMood: Was able to shave off a single char, not sure if I can push it further though.
Code:R=">??00808?840002?8"A=32641p=poke4;cls()function TIC()end;function SCN(x)q=x*3//68+7p(A,R:byte(q-6))p(A+2,R:byte(q))p(A+4,R:byte(q+5))end
added on the 2020-09-06 22:03:16 by DevEd DevEd
🏳️‍🌈 √ 80
rulez added on the 2020-09-06 22:51:51 by mantratronic mantratronic
@DevEd if you're not so strict with the colors, it can (at least) be done in 75
Code:a={2,3,4,6,8,1}function TIC()for i=0,5 do rect(0,i*23,240,23,a[i+1])end end

I'm no LUA/TIC-80 pro though ;)
added on the 2020-09-07 00:01:27 by HellMood HellMood
🏳️‍🌈 √ 80
rulez added on the 2020-09-07 09:42:16 by okkie okkie
Matlab reporting for duty!

Code:colormap hsv;image([0;8;12;17;40;50])
rulez added on the 2020-09-07 10:41:46 by pestis pestis
custom colors in 127 bytes ^^
Code:a="~~ ~ ~a a" c={4,7,1,3,5,8} function TIC() for k=3,20 do poke(16320+k,a:byte(c[k//3]+k%3)*2) rect(0,k*8-28,240,8,k/3)end end


BB Image
added on the 2020-09-07 13:44:53 by HellMood HellMood
Quote:
🏳️‍🌈
rulez added on the 2020-09-07 15:50:30 by SiR SiR
in situ unpacking of trinary encoded palette ... 94 bytes
Code:function TIC()for k=3,20 do poke(16320+k,4135835025//3^k%3*127)rect(0,k*8-28,240,8,k/3)end end

if you want real fullscreen with scanlines ... 103 bytes
Code:cls()function TIC()end function SCN(x)for i=1,3 do poke(16319+i,459537225//3^(x//23*3+i)%3*127)end end

BB Image
added on the 2020-09-08 10:14:06 by HellMood HellMood
lmao i love how this is still going
rulez added on the 2020-09-08 21:16:04 by MrsBeanbag MrsBeanbag
Revisiting my "cheaty" TIC version with what i learned,
index unpacking and manual looping leads to a 63 bytes version
Code:i=0 function TIC()i=(i+1)%6rect(0,i*23,240,23,116264//9^i%9)end

BB Image
it's a bit pale, but hey, it's a 64b prod now
Thanks to MrsBeanbag and DevEd for getting me hooked and the unpacking idea =)
added on the 2020-09-09 10:25:02 by HellMood HellMood
Thumb for the prod and the size-coding thread it spawned here.

@HellMood, It's not the immensely bright colors of the original, but they still look quite nice together. :)
rulez added on the 2020-09-11 22:12:58 by Starchaser Starchaser
🏳️‍🌈 on the TIC
rulez added on the 2020-09-13 10:34:20 by Queen_Luna Queen_Luna
I long for the times when rainbows were simply appreciated for their beauty without any underlying implications or ulterior motives.
sucks added on the 2024-03-17 10:28:40 by lowrez lowrez
@lowrez: ah, those halcyon times! Which were when exactly? https://en.m.wikipedia.org/wiki/Rainbows_in_mythology
rulez added on the 2024-03-17 11:53:32 by Tom Tom

lists containing this prod

submit changes

if this prod is a fake, some info is false or the download link is broken,

do not post about it in the comments, it will get lost.

instead, click here !

[previous edits]

add a comment