Othello 1.0

Uses of Package
edu.drexel.cs.ai.othello

Packages that use edu.drexel.cs.ai.othello
edu.drexel.cs.ai.othello   
students.example   
 

Classes in edu.drexel.cs.ai.othello used by edu.drexel.cs.ai.othello
GameState
          A class for storing all aspects of the game state of Othello, including the board state and current player.
GameState.GameStatus
          An enumeration of the possible states of the game.
GameState.Player
          An enumeration of the possible owners of a square in the game board.
InvalidMoveException
          Thrown to indicate that a move is not valid for the given GameState.
Logger
          An interface for logging events.
OthelloPlayer
          This class provides the API for othello-playing agents.
Square
          A class for representing an individual square in the othello board.
UserInterface
           
 

Classes in edu.drexel.cs.ai.othello used by students.example
GameState
          A class for storing all aspects of the game state of Othello, including the board state and current player.
OthelloPlayer
          This class provides the API for othello-playing agents.
Square
          A class for representing an individual square in the othello board.
 


Othello 1.0

Copyright 2006–2007 Evan A. Sultanik