From 08e755fc14473a4ade307b90907eb117b76ca670 Mon Sep 17 00:00:00 2001 From: Stefan Koelle <50440224+skoelle@users.noreply.github.com> Date: Sat, 4 Jan 2025 18:56:09 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5b1208d..e3b26be 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,23 @@ # Tr@ncemission Intros These demos often showcased advanced graphics, sound, and programming techniques using Turbo Pascal and assembler. +Website: https://www.moonweb.org/tcm/ + ## Logo Intro 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. +Intro on YouTube: https://www.youtube.com/watch?v=i4UOuAOxkn4 + ## 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. +Intro on YouTube: https://www.youtube.com/watch?v=BvKIsfDLH48 + ## 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. +Intro on YouTube: https://www.youtube.com/watch?v=qdtqDdSPuG8 +