diff --git a/tcm/index.html b/tcm/index.html index 039ea66..ffaa060 100755 --- a/tcm/index.html +++ b/tcm/index.html @@ -158,7 +158,7 @@
TranceMission is a group known for creating demos and intros, primarily in the early 1990s. These demos often showcased advanced graphics, sound, and programming techniques using Turbo Pascal and assembler. The group was led by Stefan Koelle, who was responsible for coding, graphics, and music. TranceMission's work was characterized by creative animations, sound effects, and interactive elements, making them a notable name in the demo scene of that era. Their productions were designed to run on DOS-based PCs, often pushing the hardware capabilities of the time.
+TranceMission is a group known for creating demos and intros, primarily in the early 1990s. These demos often showcased advanced graphics, sound, and programming techniques using Turbo Pascal and assembler. The group was led by Stefan Koelle, who was responsible for coding, graphics, and music. TranceMission's work was characterized by creative animations, sound effects, and interactive elements, making it a notable name in the demo scene of that era. Their productions were designed to run on DOS-based PCs, often pushing the hardware capabilities of the time.
Source code can be found on GitHub https://github.com/skoelle/dos-tcm-intros.
This Pascal program is a demo that displays animated stars and text on the screen, along with playing sound effects.
+This Pascal program is a demo that displays animated stars and text on the screen and plays sound effects.
| Initialization | @@ -178,7 +178,7 @@||
| Text Display | -Uses writeline procedure to display text. | +Uses the writeline procedure to display text. |
| Animation | @@ -212,7 +212,7 @@||
| Text Display | -Uses writeline and writeline2 procedures to display text. | +Uses the writeline and writeline2 procedures to display text. |
| Animation | @@ -224,7 +224,7 @@||
| User Interaction | -Responds to key presses and exits on ESC, Enter, or Space key. | +Exits when ESC, Enter, or Space is pressed. |
This Pascal program is a demo that displays a menu with animated text and graphics, along with playing sound effects.
+This Pascal program is a demo that displays a menu with animated text and graphics and plays sound effects.
| Initialization | @@ -248,7 +248,7 @@||
| Text Display | -Uses writeline procedure to display text. | +Uses the writeline procedure to display text. |
| Animation | @@ -260,7 +260,7 @@||
| User Interaction | -Allows navigation through a menu using the keyboard and exits the demo on specific key presses. | +Exits the demo when a specific key is pressed. |