That time when I sizecoded the Game Life, including some sort of MIDI support:

https://youtu.be/noNhtyEKeb0

#letscode #msdos #demoscene #gameoflife

Let's Code x86 Assembly: 0x08 Sizecoding Game Of Life WITH "MUSIC"

YouTube

Let's Code MS DOS 0x36: Sprites and Occlusion

https://makertube.net/w/j3JTbLpg8VZEwmdHbyqEF1

Let's Code MS DOS 0x36: Sprites and Occlusion

PeerTube

New video: Let's Code MS DOS 0x36: Sprites & Occlusion

In the last video we learned how to make 2D sprites with transparency and scaling. This time around we also make our Guybrush automatically scale with the background, limit his ability to move into nonsensical parts of the scene, and most important: Walk in front and behind objects.

https://youtu.be/2mf4bPU8OrU
#letscode #msdos #retrocomputing

New video: Let's Code MS DOS 0x35: Sprites & Scaling

Adventure games like Monkey Island utilized sprites that could be moved and scaled arbitrarily on the screen. How does this work on a machine that doesn't have support hardware sprites? We will work our way from simple sprites with no transparency, to ones that are clipped, have transparency and can be scaled down arbitrarily.

https://youtu.be/O5Ke0vaCgb0

#letscode #msdos #retrocomputing

Let's Code MS DOS 0x35: Sprites & Scaling

https://makertube.net/w/3SodheHzbtwuBiJPPMEqb1

Let's Code MS DOS 0x35: Sprites & Scaling

PeerTube
Sneak preview or rather outtakes of the next #letscode video…
Turbo C Debugger can identify when a variable points into video RAM. Nice.
#turboc #msdos #letscode

The original VGA card used 8-bit indexed color modes to generate 256 color graphics. This is completely not useful for cross fading images. If you are interested in how you can still achieve this, check out my latest #letscode #msdos video:

Let's Code MS DOS 0x34: VGA Blending
https://youtu.be/6afRxeGV9yU

#letscode #msdos #demoscene #retrocomputing