Fire Demos
The famous fire algorithm demos.
3D Fire
Size 50 Kb
Year 1998
Language C
Operating System DOS
My own 3D Fire Algorithm. Written in C so it is very slow, lots of calculations per frame.
Fire
Size 138 Bytes
Year 1996
Language Assembly
Operating System DOS
This fire uses a double buffer and is based on the famous fire algorithm.
Two Fires
Size 196 Bytes
Year 1996
Language Assembly
Operating System DOS
This is same as Fire, execpt that it's two fires, one on top and one on bottom of screen.
Slow Fire
Size 125 Bytes
Year 1996
Language Assembly
Operating System DOS
This Slow version was an attempt to make the file size smaller. I lose the double buffer and write directly to video memory making the fire slower, but file size smaller.
Toby Fire
Size 268 Bytes
Year 1996
Language Assembly
Operating System DOS
Fire with my name coming out of the flames.