Holger's
Java API

Package com.antelmann.game.puzzle

This package contains single-user game implementations representing puzzles.

See:
          Description

Class Summary
DiceEquation a tiny game that allows to find certain calculations based on a predefined set of numbers and operators to generate a given number.
EightQueens EightQueens implements the problem of placing 8 queens on a chess board so that they don't attack each other.
JDiceEquation a simple GUI for DiceEquation
JSolitaire enables Solitaire to be played with JGameFrame
JTilePuzzle implements the GUI wrapper for the TilePuzzle
Solitaire A one-player game where the goal is to remove all 'peggs' on the board by jumping over them one by one.
SolitaireSamples class with static methods to provide standard configurations for Solitaire games.
TilePuzzle implements a very flexible tile puzzle game with various options
TilePuzzlePlayer provides AI for a TilePuzzle game
TilePuzzleSamples class with static methods to provide standard configurations for TilePuzzle games.
WSPuzzle WSPuzzle implements the 'Wolf & Sheep Puzzle'.
 

Exception Summary
PuzzleNotSolvableException  
 

Package com.antelmann.game.puzzle Description

This package contains single-user game implementations representing puzzles. Currently in this package is a version of Solitaire with several variants, a highly flexible Tile Puzzle, an implementation of the Eight-Queen chess problem and other little puzzles.



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads