Hello, I suspect that this isn't the page you were looking for.
If so, I'm sorry. But before you leave, you may visit my homepage.

If this is the right one, by all means, continue.
Håkan

Chinese Checkers

The Game

Game for 2 - 6 players. On start every player get 10 marbles. These are to be transported to the opposite side os the field.

The Marbles

Each player get to move one marble every turn. A marble can either move one step to an adjoining hole, or jump over another marble; multiple jumps can be carried out in the same move.

Winner

The player that first have moved all his marbles to the opposite side of the field is the winner.

Implementation

General Player

Every player is a Java class, an subclass of an subclass of class GamePlayer.

Chinese Checkers - specific