What's new? | Help | Directory | Sign in
Google
fourinaline
Four In A Line - multiplayer Connect-Four Game
  
  
  
  
    
Join project
Project owners:
  julien_a...@yahoo.fr

Four In A Line is a multiplayer Connect Four game. It can be played on a network, or against an AI game player.

The AI game player uses the algorithm developed by Keith Pomakis but then rewritten in Java.

The network layer uses RMI without using the callback pattern, which ensures that the game will be compliant with firewalls.

Connect Four is a trademark of Hasbro.

In case you want to reuse some parts of the project in a proprietary product, please contact me for licensing issues at address |julien_aubin_lm| #AT# /yahoo/ DOT fr .

Update information : a new version, labeled 1.2, provides some graphics and fixes various bugs.

System requirements

- Linux/Unix

- Windows

- MacOS

- Java 1.5 or higher, downloadable from http://java.sun.com

Launching the game - Extract the ZIP archive.

- Windows users : double click the fourinaline.jar file.

- Linux/Unix and MacOS users : depending on the environment you have, double click the fourinaline.jar file or launch the following command : java -jar fourinaline.jar

Note to Linux users

The game won't work with the GNU Classpath JVM. Please ensure that you have installed properly the official Sun JVM.

Then you must run the update-alternatives tool to ensure that the following commands point to the official Sun JVM commands :

java

rmiregistry

If you want to compile the game, you must also ensure that the following commands point to the official Sun JVM commands :

javac

rmic