HellMood information 4352 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: Hexer by LJ
- cdc #7: Second Nature by Desire [web] & The Twitch Elite
- 32b procedural graphics Wild jpinski by Desire [web]
- Well there is a "prettify" button :)
Srsly, trying it online is more meant to try code yourself
You can do quite pretty things in little space (that one is 54 bytes)
As for the uglyness of sierpinski, yeah, yuck, i tried to sue the siepinski guy
... but he's dead already :P - isokadded on the 2021-03-31 11:52:10
- 32b procedural graphics Wild jpinski by Desire [web]
- view and edit online
verify and check other compressions here - isokadded on the 2021-03-31 00:21:40
- 512b MS-Dos HerbaKaif by Jin X
- Impressive!
- rulezadded on the 2021-03-29 23:45:29
- 256b TIC-80 Mathematic by Desire [web]
- Now as precalced superfast high resolution version =)

archive adjusted accordingly - isokadded on the 2021-03-26 19:55:05
- 128b MS-Dos text based screen clear demo
- - Melting clean down to SPACE (not downto 0)
- Independent of CPU speed (uses timer)
- Exits to prompt after melting down
- 16 bytes
Code:lds ax,[bx+si] X:hlt Y:scasb cmp byte [si],33 adc byte [si],cl dec si jnz Y dec ax jnz X ret
There is a more optimized version (14b, melt to 0)
on our beloved sizecoding wiki -> melt.com & analysis - isokadded on the 2021-03-26 18:52:18
- 128b Atari XL/XE Prokaryota by Agenda
- rulez!
- rulezadded on the 2021-03-25 22:55:12
- 128b ZX Spectrum one day - one love by bfox

- rulezadded on the 2021-03-25 22:52:04
- 256b TIC-80 Multiplasma by optimus
- I use an old derived packer from gargaj, on the discord are more sophisticated ones with smart whitespace removal, variable renamings etc. I'm not too up to date really, but from what i remember, the TIC80 guy recently enabled the option to upload blank 256b carts to the site (as sizecoding scene support). But yeah, checking out the tic80 channel in the discord is the best option =)
- isokadded on the 2021-03-25 20:51:22
- 256b TIC-80 Multiplasma by optimus
- Welcome to the playground \o/
It packs as is to 194b : multiplasma194.tic
Maybe more, come to the sizecoding discord to find out =) - rulezadded on the 2021-03-25 20:07:23
- 64b MS-Dos VGA demo dos 36 bytes
- If it's your goal to....
- switch to mode 13h
- get a screenpointer
- increment the pixel value each frame
... then the following 11 byte would do it
Code:mov al,0x13 int 0x10 lds bx,[bx] X:inc byte [di] inc di jmp short X
Might be even shorter, idk right now. I guess it's definitely shorter in textmode :D
Visit sizecoding.org for lots of information regarding tiny x86 coding :) - isokadded on the 2021-03-25 20:02:36
account created on the 2013-10-21 16:56:56
