Holger's
Java API

Uses of Class
com.antelmann.game.TemplatePlayer

Packages that use TemplatePlayer
com.antelmann.game This package contains packages to support game implementations. 
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 TemplatePlayer in com.antelmann.game
 

Subclasses of TemplatePlayer in com.antelmann.game
 class RandomPlayer
          RandomPlayer provides a reference implementation of the Player interface.
 

Uses of TemplatePlayer in com.antelmann.game.awari
 

Subclasses of TemplatePlayer in com.antelmann.game.awari
 class AwariPlayer
          AwariPlayer adds AI to the AwariGame
 

Uses of TemplatePlayer in com.antelmann.game.card
 

Subclasses of TemplatePlayer in com.antelmann.game.card
 class BJCheater
          a BlackJack Player object that cheats during evaluation by looking at the next card that's on the deck
 class BJPlayer
          adds AI to the game BlackJack
 

Uses of TemplatePlayer in com.antelmann.game.checkers
 

Subclasses of TemplatePlayer in com.antelmann.game.checkers
 class CheckersPlayer
          AI for the CheckersGame
 

Uses of TemplatePlayer in com.antelmann.game.chess
 

Subclasses of TemplatePlayer in com.antelmann.game.chess
 class ChessPlayer
          provides AI for a ChessGame - unfortunately, it's still a dumb player
 

Uses of TemplatePlayer in com.antelmann.game.fourwins
 

Subclasses of TemplatePlayer in com.antelmann.game.fourwins
 class FourWinsPlayer
          adds AI to the FourWinsGame
 

Uses of TemplatePlayer in com.antelmann.game.gomoku
 

Subclasses of TemplatePlayer in com.antelmann.game.gomoku
 class GomokuPlayer
          adds AI to the GomokuGame
 

Uses of TemplatePlayer in com.antelmann.game.muehle
 

Subclasses of TemplatePlayer in com.antelmann.game.muehle
 class MuehlePlayer
          adds AI to the MuehleGame and provides a suitable heuristic to evaluate the game
 

Uses of TemplatePlayer in com.antelmann.game.puzzle
 

Subclasses of TemplatePlayer in com.antelmann.game.puzzle
 class TilePuzzlePlayer
          provides AI for a TilePuzzle game
 

Uses of TemplatePlayer in com.antelmann.game.reversi
 

Subclasses of TemplatePlayer in com.antelmann.game.reversi
 class ReversiPlayer
          adds AI to the ReversiGame
 

Uses of TemplatePlayer in com.antelmann.game.wolfsheep
 

Subclasses of TemplatePlayer in com.antelmann.game.wolfsheep
 class WSPlayer
          WSPlayer adds AI to the WolfsheepGame; can play both, wolf and sheep.
 



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