rrrola information 297 glöps
- general:
- level: user
- personal:
- first name: Jan
- last name: Kadlec
- 16k Windows Party Coding 3 by Řrřola [web]
- Wanted to do a 256b nyan cat, but failed to do it on time. Well, here's my draft version just for fun. The sound sounds general midi 'cause it is ;).
Will still try to do the 256b, but it seems the nyantropy is higher. - isokadded on the 2011-09-20 11:19:42
- 256b MS-Dos Vlnky by Řrřola [web]
- Made a video. Turns out if you upscale to 1600×1200 (nearest-neighbor), Youtube will be convinced it's HD-worthy.
- isokadded on the 2011-05-18 10:14:43
- 128b MS-Dos Snake128
- It was too slow for me, but then I've halved the step and it was ok. I like the score.
Nitpick: the game freezes when an invalid key is pressed. This makes playing in WinXP awkward (you can't alt-enter the console). - rulezadded on the 2011-05-09 18:00:21
- 256b MS-Dos Kosmooo!
- niiice
- rulezadded on the 2011-02-11 15:59:45
- demo MacOSX Intel Eighty by Danish Underpants Brigade
- You can request e.g. 5 bits for red and 8 bits for green, but you'll probably get a RGBA8 mode (it tell SDL the minimum depth you'll settle for). This also applies to SDL_SetVideoMode—you'll get higher resolution if the one requested isn't available. I've solved it by utilizing the Black Border Technique™ (lowres + upscaling is planned for Boxplorer, but the BBT prob'ly stays).
Also, you should call all SDL_GL_SetAttributes before calling SDL_SetVideoMode. - rulezadded on the 2010-12-10 02:15:18
- 256b MS-Dos The Mandlebot Project Artifact #1 (aka Jeffery)
- you'll always have the first mandelbulb in 256 bytes :)
rotation can be a lot smaller and can make space for colors or speed (polynomial instead of sincos(atan())) - rulezadded on the 2010-11-25 09:09:30
- 256b MS-Dos ZMORA by Introkreatywne Niskopoziomowe Doznania [web]
- > vwait
I use it only for intros that run too fast on my aging notebook (e.g. uzel had 1% cosines and 17% z-buffered pixels compared to zmora, so it needed vwait).
> On less significant bytes...
I missed those imuls at the end, my mistake. I thought only the first float was overlapped.
I definitely need to try BIOS palette fns and explore Bourke's site. - isokadded on the 2010-11-11 11:30:12
- 256b MS-Dos ZMORA by Introkreatywne Niskopoziomowe Doznania [web]
- +: Most complex parametric shape I've seen in a 256b (sincos polynomial with heavy use of 2π/3). Good constant/stack usage and palette setting, no dirty hacks.
–: Don't agree with some tradeoffs (dword copying, vwait, textmode, 2 full float constants), those ~20 bytes could be used better.
Very nice overall. ;-) - rulezadded on the 2010-11-10 17:38:52
- 32b MS-Dos sierp2
- Looks like I did. Silly me. :)
- isokadded on the 2010-10-14 23:08:01
- 32b MS-Dos sierp2
- I couldn't help but play with the code and somehow got these 16 bytes ;-)
mov al,13h
int 10h
lds si,[bx]
L: xor al,[si+1]
mov [si+320],al
lodsb
jmp L - isokadded on the 2010-10-14 22:38:40
account created on the 2007-01-15 21:05:11