
********************************************************************************
*
* +----------------+
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* +----------------+
*
* SuperHirn 1.0 = QuickBasic Puzzle Game similar to MasterMind
*                  (c) 2000 by Anton Knafl ("Toni")
*                      Mailto:gabriele.stival@chello.at
* =============================================================================
* With nice graphics animations and professional sound and voice output via the
* soundcard. With Highscore Screen.
*
* Short instructions for playing the game (by Toni):
* -----------------------------------------------------
* There are pieces in 7 colors available. Starting a new game, the computer
* selects any 4 random of these colors. Your job ist to configure out these 4
* colors in the correct sequence. You have a maximum of 7 trials and a free time
* period of 10 min to do so.
*
* The game is mouse-controlled: Use the left mouse key for selecting one of the
* 7 colors. Drop the selected piece into the appropriate column pressing the
* right Mouse key.
*
* After having placed 4  d i f f e r r i n g  colors in a row, you can confirm
* your choice by checking the clickbox on left of the 4 colored pieces with the
* left mouse key.
*
* The programm comments your actions by a german langage voice output via the
* soundcard, e.g.
*
* -  "3 richtige Farben"    = "3 correct colors" or
* -  "1 am richtigen Platz" = "1 piece in the correct position"
* - etc.
*
* You have 7 trials to solve a puzzle. If you will solve a puzzle in the
* given time period, you can enter your name into the highscore list.
* You also will enter the highscore list if you don't succed solving the
* puzzle during your 7 trials but the consumed time is shorter than in the 
* list.
*
* Rating: +++
*
*--------------------------------------------------------------------------------
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* SuperHirn 1.0  = QuickBasic Denkspiel hnlich MasterMind
*                   (c) 2000, Anton Knafl ("Toni")
*                       Mailto:gabriele.stival@chello.at
* =============================================================================
* Mit schnen Grafikanimationen und professioneller Sound- und Sprachausgabe
* ber die Soundkarte und Highscore-Liste.
*
* Das Spielprinzip (Kurzbeschreibung von Toni):
* ---------------------------------------------
* Es gibt 7 Farben. Aus diesen whlt der Computer 4 aus. Diese musst Du erraten.
* Noch dazu in der richtigen Reihenfolge. Dazu hast Du 7 Versuche und insgesamt
* 10 min Zeit.
* 
* Es wird alles mit der Maus angewhlt: Mit der linken Maustaste klicktst Du auf
* eine der 7 Farben. Mit der Rechten Maustaste lsst Du den gewhlten Stein
* fallen.
* Sind 4   v e r s c h i e d e n e   Farbe in einer Reihe ausgewhlt. kannst Du
* Diese Auswahl mit der linken Maustaste im Klickfeld neben den 4 Farben
* besttigen.
* 
* Das Programm gibt dazu seinen Senf. Z.B: 3 richtige Farben, 1 am richtigen
* Platz usw.... Du hast 7 Versuche, um dies zu lsen. Schaffst du es in der
* vorgegebenen Zeit, kommst du in die High-Score-Liste. Auch wenn du es nicht
* schaffst, aber alle 7 Versuche durchgespielt hast, und die Zeit besser ist als
* in der Liste, kannst Du Dich eintragen.
* 
*
* Wertung: +++
*
*-------------------------------------------------------------------------------
*
*   \         (c) Thomas Antoni, 29.12.2000 - 2.1.2001 
*    \ /\           Mailto:thomas@antonis.de
*    ( )            http://www.antonis.de   
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************




