Update README.md

This commit is contained in:
Stefan Koelle
2025-01-04 18:46:09 +01:00
committed by GitHub
parent b56c4bd9b3
commit 37f2355c48
+4 -1
View File
@@ -2,11 +2,14 @@
These demos often showcased advanced graphics, sound, and programming techniques using Turbo Pascal and assembler.
## Logo Intro
This demo displays animated text and graphics with sound effects. It sets up the graphics mode, clears the screen, and uses the <writeline and writeline2 procedures to display text. The animation includes a sine wave effect, and the sound is played if a SoundBlaster card is detected. User interaction allows control of the animation speed and volume, and the demo exits on specific key presses.
<img src="images/logo-intro.png" alt="Logo Intro" style="width:200px; height:auto;">
This demo displays animated text and graphics with sound effects. It sets up the graphics mode, clears the screen, and uses the writeline and writeline2 procedures to display text. The animation includes a sine wave effect, and the sound is played if a SoundBlaster card is detected. User interaction allows control of the animation speed and volume, and the demo exits on specific key presses.
## Menu Intro
<img src="images/menu-intro.png" alt="Menu Intro" style="width:200px; height:auto;">
This demo presents a menu with animated text and graphics. It sets up the graphics mode, clears the screen, and uses the writeline procedure to display text. The animation includes a wobble effect for the logo and text. Sound is played if a SoundBlaster card is detected. User interaction allows navigation through the menu using the keyboard, and the demo exits on specific key presses.
## Star Intro
<img src="images/star-intro.png" alt="Star Intro" style="width:200px; height:auto;">
This demo features animated stars and text on the screen, along with sound effects. It initializes the graphics mode, clears the screen, and uses the writeline procedure for text display. Stars are animated to move across the screen, and sound is played if a SoundBlaster card is detected. The demo waits for a key press to exit.