From 37f2355c489a3799c6b32e4752d472a91ac06d68 Mon Sep 17 00:00:00 2001 From: Stefan Koelle <50440224+skoelle@users.noreply.github.com> Date: Sat, 4 Jan 2025 18:46:09 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cf7575..5b1208d 100644 --- a/README.md +++ b/README.md @@ -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 +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 +Menu Intro 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 +Star Intro 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.