===================
| Dwarf Connect 4 |
===================

About:
======
Dwarf Connect4 is a typical connect 4 game. It is a one player game
against the computer, which has three difficulty levels. It also
includes your winning states for the current session.

More information can be found at:
http://www.dwarfcity.co.uk/games/connect4.php



Requirements:
=============
Required libraries before you can build DwarfConnect4
-SDL library   - www.libsdl.org
-SDL Image     - www.libsdl.org/projects/sdl_image


Installation:
=============
See the INSTALL files for details.



Directories:
============
- Default directories
- /usr/local/games/  = Binary
- /usr/local/share/games/DwarfConnect4/ = Data files



Running Dwarf Connect 4:
========================
Okay, now you're ready to launch the program. 
The default installation directory /usr/local/games/ isn't generally in the path.
So you can either add /usr/local/games to your path and type

$> dwarfconnect4

Or

Run it directly so type

$> /usr/local/games/dwarfconnect4


Playing / Rules:
================
The rules for connect4 four are very simple, two players take it in turns to
place their coloured counters in an empty column in the board. The first
player to get 4 counters in a row wins, if all of the cells in the board are
filled up then the game is a draw.
The whole game is played using the mouse. Simply click in your chosen column
to play a counter. Click the check boxes next to the level you want the computer
to play at. To Quit the game press escape.


Problems:
=========
If you have any problems installing, running, bugs then please let me know
by emailing me at adam@dwarfcity.co.uk.


Enjoy...
