HellMood information 4193 glöps
- general:
- level: user
- personal:
- portals:
- demozoo: profile
- cdcs:
- cdc #1: Crystal Dream 2 by Triton
- cdc #2: Hydrokinetics by Prismbeings
- cdc #3: Overdrive 2 by Titan [web]
- cdc #4: Way Too Rude by Logicoma [web] & Loonies [web]
- cdc #5: There by Still [web]
- cdc #6: Sojourn of the Soul by Flex
- cdc #7: Hexer by LJ
- 256b procedural graphics TIC-80 lgbt139 by All You Can Execute
- 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

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 =) - isokadded on the 2020-09-09 10:25:02
- 256b procedural graphics TIC-80 lgbt139 by All You Can Execute
- 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

- isokadded on the 2020-09-08 10:14:06
- 256b procedural graphics TIC-80 lgbt139 by All You Can Execute
- 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

- isokadded on the 2020-09-07 13:44:53
- 256b procedural graphics TIC-80 lgbt139 by All You Can Execute
- @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 ;) - isokadded on the 2020-09-07 00:01:27
- 256b procedural graphics TIC-80 lgbt139 by All You Can Execute
- much cleaner than my version. are you sure 128 is not possible though? ;)
- rulezadded on the 2020-09-06 21:35:02
- 32b ZX Spectrum 7b by g0blinish
- spectrum m7trix ;)
- rulezadded on the 2020-09-06 12:30:30
- intro Amiga OCS/ECS august...ish by Insane [web]
- (= neat
- rulezadded on the 2020-09-04 21:29:27
- 32b procedural graphics MS-Dos lgbt19b by Desire [web]
- downto 17 bytes ...
Code:xchg bx,ax lodsb cwd inc cx int 10h mul cx mov ax,0c28h add al,dh and al,46 jmp si
try it out online here - isokadded on the 2020-09-01 23:33:08
- 32b procedural graphics MS-Dos lgbt19b by Desire [web]
- self exiting trans flag in CGA mode, 24 bytes
(maybe possible shorter, but i'll stop here)
Code:xchg cx,ax mov al,4 X: cwd int 10h imul ax,cx,byte 2 mov bh,50 div bx sub al,3 jnz F mov al,2 F: mov ah,12 loop X ret

- isokadded on the 2020-08-31 13:24:42
- 4k procedural graphics MacOSX Intel Reconstruction by Church of the Spinning Cube
- Pretty!
- rulezadded on the 2020-08-31 10:48:11
account created on the 2013-10-21 16:56:56
