
********************************************************************************
*
*   \         (c) Thomas Antoni, 27.2.2012 - 9.3.2012
*    \ /\           Mailto:thomas@antonis.de
*    ( )            Downloaded from www.antonis.de --- www.qbasic.de   
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************

********************************************************************************
*
* .----------------.
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* '----------------'
*
* Download File   : 4gewinn - "Connect Four" Strategy Game
*                   ===================================================
* Prog. Language  : QBasic, QuickBASIC 4.5
* Test Environment: Windows XP (unter DOSBox)
* Author          : Christoph Damerius
*   - E-Mail      : C.Damerius@web.de
*   - Website     : -
*
********************************************************************************

*** Short Description
The objective of this little game is to move coloured discs in such a way that
4 of them form a vertical or horizontal line.
You can play the game against another person or against the computer. In the
latter case, the Artificial Intelligence (AI) is adjustable. Length and width
of the gaming area can also be adjusted.

The Game ist written for the text-based SCREEN 0. The .BAS source afile and the
compiled EXE file are included into the download package..


Use the horizontal cursor keys for moving trhe token and the Enter key to drop
it.

For beginners, the Author suggests the following settings:

- Spielfeldbreite (width)  = 7
- Spielfeldhhe   (height) = 6
- Schwierigkeitsgrad (KI)  = 6 

*** Rating
++    (in a range of + to +++)


********************************************************************************
*
* .---------------.
* | DEUTSCHE INFO |
* '---------------'
*
* Download-Datei: 4gewinn - Startegie-Spiel "Vier Gewinnt"
*                 ======================================================
* Progr.sprache : QBasic, QuickBASIC 4.5
* Getestet unter: Windows XP (unter DOSBox)
* Autor         : Christoph Damerius"
*   - E-Mail    : C.Damerius@web.de
*   - Webseite  : -
*
********************************************************************************

*** Kurzbeschreibung
Das Ziel dieses Knobelspiels ist es, als Erster vier der eigenen Spielsteine in
eine waagerechte oder senkrechte Linie zu bringen. Die Gre des Spielfeldes ist
einstellbar. Du kannst das Spiel gegen einen menschlcihen Gegner oder gegen den
Computer spielen. Im letzteren Falle ist die Spielstrke einstellbar.

Die Spielsteine werden mit den Links/Rechts-Tasten beweght. Mit der Eingabe-Taste
kann mann einen Spielstein fallen lassen.

Der Autor schlgt fr den Einstieg die folgenden Einstellungen vor:

- Spielfeldbreite 7
- Spielfeldhhe 6
- Schwierigkeitsgrad 6  

Das Spiel luft im Textmodus SCREEN 0. Das Download-Paket enthlt die .BAS-
Quellsprachedatei und die kompilierte, direkt ausfhrbare EXE-Datei.


*** Bewertung
++   (in einer Skala von + bis +++)
