diff --git a/README.md b/README.md index 22c0b60..e6bcdb8 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,16 @@ This Pascal program is an intro demo from 1994. It displays text messages and graphics using VGA graphics mode. The program handles palette changes, writes text to the screen, and manages sound through devices like PC Speaker and SoundBlaster. The main loop updates the screen and handles user input to control the demo. ## Description - The Phobia Welcome Intro was programmed in 1994 using Turbo Pascal, with inline assembler for the graphics routines. The idea for this intro was inspired by an Amiga demo, though the specific name of the demo has been forgotten. All graphics and programming were done by Stefan Koelle on a 486 DX50 DOS PC. This intro utilized an early version of the X-LIB unit, specifically the TextGraf.pas, which was also developed by Stefan Koelle. The source code for the intro is available on GitHub. The primary technique used in this intro to create the illusion of movement was through color palette changes, rather than altering the pixels on the screen. The music for the intro was borrowed from an old Amiga demo and played using a public Mod-Player. The font used in the intro was custom-created and compiled into the executable as an object, along with the music and graphics. +[Phobia Website](https://www.moonweb.org/phobia/) + +![Welcome Intro Screenshot]([http://url/to/img.png](https://www.moonweb.org/phobia/welcomeintro.png)) + ## Methods in the Turbo Pascal Code ### External Procedures