Index of /ports/games/connectfive/work/connectFive
Name Last modified Size Description
Parent Directory 03-Jan-2008 19:52 -
AdjacentPosition.cpp 03-Jan-2004 22:19 5k
AdjacentPosition.d 03-Jan-2008 19:52 1k
AdjacentPosition.h 02-Jan-2004 01:35 3k
AdjacentPosition.o 03-Jan-2008 19:52 28k
Board.cpp 01-Jan-2004 23:41 6k
Board.d 03-Jan-2008 19:52 1k
Board.h 03-Jan-2008 19:52 3k
Board.h.bak 01-Jan-2004 23:41 3k
Board.o 03-Jan-2008 19:52 14k
CHANGELOG.txt 23-Jan-2004 22:04 1k
LICENSE.txt 05-Jan-2004 19:58 1k
Makefile.linux 03-Jan-2008 19:52 1k
Makefile.linux.bak 03-Jan-2008 19:52 1k
Makefile.linux.orig 05-Jan-2004 19:23 1k
Makefile.linux.rej 03-Jan-2008 19:52 1k
Makefile.win 05-Jan-2004 19:23 2k
SimpleHeuristic.cpp 03-Jan-2008 19:52 5k
SimpleHeuristic.d 03-Jan-2008 19:52 1k
SimpleHeuristic.h 30-Dec-2003 02:28 2k
SimpleHeuristic.o 03-Jan-2008 19:52 3k
actionCallbacks.cpp 23-Jan-2004 21:59 4k
actionCallbacks.d 03-Jan-2008 19:52 1k
computerSearch.cpp 23-Jan-2004 21:55 10k
computerSearch.d 03-Jan-2008 19:52 1k
computerSearch.h 05-Jan-2004 18:20 3k
computerSearch.o 03-Jan-2008 19:52 19k
connect.cpp 03-Jan-2008 19:52 29k
connect.cpp.bak 05-Jan-2004 19:53 28k
connect.d 03-Jan-2008 19:52 1k
connectFive.h 05-Jan-2004 00:14 4k
connectfive 23-Jan-2004 22:16 1.1M
data/ 23-Jan-2004 22:17 -
eventHandler.cpp 05-Jan-2004 00:14 12k
eventHandler.d 03-Jan-2008 19:52 1k
eventHandler.h 22-Dec-2003 15:55 3k
glfont2.cpp 23-Dec-2003 22:36 6k
glfont2.d 03-Jan-2008 19:52 1k
glfont2.h 03-Jan-2008 19:52 13k
glfont2.o 03-Jan-2008 19:52 9k
guiActionListener.h 24-Dec-2003 11:36 2k
guiButton.cpp 26-Dec-2003 02:16 5k
guiButton.d 03-Jan-2008 19:52 1k
guiButton.h 24-Dec-2003 11:20 2k
guiButton.o 03-Jan-2008 19:52 12k
guiComboBox.cpp 31-Dec-2003 19:25 5k
guiComboBox.d 03-Jan-2008 19:52 1k
guiComboBox.h 24-Dec-2003 11:37 3k
guiContainer.cpp 22-Dec-2003 00:19 3k
guiContainer.d 03-Jan-2008 19:52 1k
guiContainer.h 20-Dec-2003 00:44 2k
guiDropDownMenu.cpp 31-Dec-2003 19:25 4k
guiDropDownMenu.d 03-Jan-2008 19:52 1k
guiDropDownMenu.h 22-Dec-2003 03:38 2k
guiMenuItem.cpp 29-Dec-2003 09:47 2k
guiMenuItem.d 03-Jan-2008 19:52 1k
guiMenuItem.h 23-Dec-2003 08:11 2k
guiObject.cpp 26-Dec-2003 12:37 6k
guiObject.d 03-Jan-2008 19:52 1k
guiObject.h 26-Dec-2003 02:14 4k
menu.cpp 30-Dec-2003 00:44 5k
menu.d 03-Jan-2008 19:52 1k
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.