
*******************************************************************************
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* STARWREK 1 2 - QuickBasic Space Shooter von Sami Kyostila
* ============================================================================
* Weltraumballerspiel gegen den Computer oder einen zweiten Spieler. Mit Wahn-
* sinnsgrafik und tollem Sound ber die Soundkarte.
*
* Es wird der CALL INTERRUPT Befehl benutzt. Daher ist Starwrek nur unter
* QuickBasic 4.5, nicht unter QBasic 1.1 ablauffhig.
* Das Spiel bentigt ca. 4096 KB erweiterten Speicher (EMS). Wenn es in der
* Windows DOS-Box ablaufen soll muss man daher im Eigenschaften-Men
* ausreichend EMS-Speicher freigeben. Hierzu kann man z.B. STARWREK.EXE mit
* der rechten Maustaste im Explorer anklicken und dann
* <Eigenschaften | Speicher | 4096 K EMS > eingeben.
*
*------------------------------------------------------------------------------
*
* +---------------+
* | ENGLISH  INFO |
* +---------------+
*
* STARWREK 1 2 - QuickBasic Space Shooter by Sami Kyostila
* =============================================================================
* This is a must have game! It's like the popular game Star Control, where you
* control a space craft, floating around trying to out maneuver your opponent
* and shoot him down first. Gameplay and control is excellent, graphics are
* superb! With 2-player mode.
*
* The program uses the CALL INTERRUPT command. That's why it can only be run
* under QuickBasic 4.5 and not under QBasic 1.1.
* The game needs approx. 4096 KB extended memory (EMS). If you want to run the
* game in the Windows DOS box, you will have to enable a sufficient amount
* of EMS memory. This can be done, e.g., by the following mouseclicks: Click
* on STARWRECK.EXE with the right mousekey in the Explorer. Then click
* <Properties | Menory | 4096 KB EMS | > .
*
*------------------------------------------------------------------------------
*
*   \         (c) Thomas Antoni, 06.11.2000 
*    \ /\           Mailto:thomas@antonis.de
*    ( )            http://www.antonis.de   
*  .( o ).       
*                       ----==== Hottest QBasic Stuff on Earth !!! ====----
*
*******************************************************************************








