Skip to content

Instantly share code, notes, and snippets.

View sgermain06's full-sized avatar

Simon Germain sgermain06

View GitHub Profile
program firetest;
{ Classic fire animation using VGA mode 13h and colors 0 to 63... wee !!! }
uses Crt, VGA;
var i, heat: Integer;
quit: Boolean;
c: Char;