Holger's
Java API

Uses of Class
com.antelmann.game.JDefaultGame

Packages that use JDefaultGame
com.antelmann.game.awari This package contains an implementation of the game Awari. 
com.antelmann.game.card This package contains classes to serve card games and also includes a full implementation of BlackJack. 
com.antelmann.game.checkers This package contains an implementation of the game checkers. 
com.antelmann.game.chess This package contains an implementation of the game chess. 
com.antelmann.game.fourwins This package contains a reference implementation of the game Four-Connects or 4-wins or 4-in-a-row. 
com.antelmann.game.gomoku This package contains an implementation of the game Go-moku. 
com.antelmann.game.muehle This package contains a reference implementation of the game "Mühle" (as it is known in German) or "Nine Men's Morris". 
com.antelmann.game.puzzle This package contains single-user game implementations representing puzzles. 
com.antelmann.game.reversi This package contains an implementation of the game Reversi or Othello. 
com.antelmann.game.wolfsheep This package contains an implementation of the game Wolf&Sheep. 
 

Uses of JDefaultGame in com.antelmann.game.awari
 

Subclasses of JDefaultGame in com.antelmann.game.awari
 class JAwari
          JAwari can play the AwariGame in the JGameFrame GUI.
 

Uses of JDefaultGame in com.antelmann.game.card
 

Subclasses of JDefaultGame in com.antelmann.game.card
 class JBlackJack
          implements the GUI wrapper for BlackJack
 

Uses of JDefaultGame in com.antelmann.game.checkers
 

Subclasses of JDefaultGame in com.antelmann.game.checkers
 class JCheckers
          implements the GUI wrapper around CheckersGame to use with JGameFrame
 

Uses of JDefaultGame in com.antelmann.game.chess
 

Subclasses of JDefaultGame in com.antelmann.game.chess
 class JChess
          Implements the GUI wrapper around ChessGame to use with JGameFrame.
 

Uses of JDefaultGame in com.antelmann.game.fourwins
 

Subclasses of JDefaultGame in com.antelmann.game.fourwins
 class JFourWins
          JFourWins provides the GUI wrapping for a FourWinsGame to be played with a JGameFrame
 

Uses of JDefaultGame in com.antelmann.game.gomoku
 

Subclasses of JDefaultGame in com.antelmann.game.gomoku
 class JGomoku
          GUI wrapper around GomokuGame for using a JGameFrame
 

Uses of JDefaultGame in com.antelmann.game.muehle
 

Subclasses of JDefaultGame in com.antelmann.game.muehle
 class JMuehle
          enables MuehleGame to be played with JGameFrame
 

Uses of JDefaultGame in com.antelmann.game.puzzle
 

Subclasses of JDefaultGame in com.antelmann.game.puzzle
 class JSolitaire
          enables Solitaire to be played with JGameFrame
 

Uses of JDefaultGame in com.antelmann.game.reversi
 

Subclasses of JDefaultGame in com.antelmann.game.reversi
 class JReversi
          enables ReversiGame to be played with JGameFrame
 

Uses of JDefaultGame in com.antelmann.game.wolfsheep
 

Subclasses of JDefaultGame in com.antelmann.game.wolfsheep
 class JWS
          implements the GUI wrapper around WolfsheepGame to use with JGameFrame
 



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