Connect Five - Created by Eric Akers


REQUIREMENTS
SDL version 1.2.0 or greater
OpenGL version 1.2 or greater

BUILDING
Download the source archive and unarchive it. Change into the directory
it was unarchived into and type make
	Linux:
		tar -xzf connectfive-???.tar.gz
		cd connectfive-???
		make -f Makefile.linux
	Windows
		unzip connectfive-???.zip
		cd connectfive-???
		make -f Makefile.win
	NOTE: The archive is set to build using the minGW compiler on
	windows systems.

Future versions will use the auto configuration utility.


RUNNING
Run the executable file "connectfive" either on linux or windows.

INSTALLING
Copy the executable "connectfive" to the location you want along with
SDL.dll (on windows) and the "data" directory and its contents. The
SDL libraries must be installed in the path or the current directory.

CONTROLS
Zoom In:                 A
Zoom Out:                Z
Pan viewpoint:           Cursor Keys
Center the image:        C
Reset rotation:          D
Rotate the board:        Hold down the left mouse button and drag
Select location to play: Hold down the right mouse button and draw until
			 the correct position is highlighted, then release
			 the button.

DISTRIBUTING
This program may be distributed with source code to anybody. See the
license in LICENSE.txt.


NOTE: You must enjoy this program.
