Update README.md

This commit is contained in:
Stefan Koelle
2025-01-04 18:56:09 +01:00
committed by GitHub
parent 37f2355c48
commit 08e755fc14
+8
View File
@@ -1,15 +1,23 @@
# Tr@ncemission Intros # Tr@ncemission Intros
These demos often showcased advanced graphics, sound, and programming techniques using Turbo Pascal and assembler. 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
<img src="images/logo-intro.png" alt="Logo Intro" style="width:200px; height:auto;"> <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. 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
<img src="images/menu-intro.png" alt="Menu Intro" style="width:200px; height:auto;"> <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. 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
<img src="images/star-intro.png" alt="Star Intro" style="width:200px; height:auto;"> <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. 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