Othello 1.0
A C E G H I L M O P R S T U V

H

handleStateUpdate(GameState) - Method in class edu.drexel.cs.ai.othello.ConsoleUserInterface
 
handleStateUpdate(GameState) - Method in class edu.drexel.cs.ai.othello.GraphicalUserInterface
 
handleStateUpdate(GameState) - Method in interface edu.drexel.cs.ai.othello.UserInterface
Callback function for receiving updates to the state of the game.
handleUIInput(Square) - Method in class edu.drexel.cs.ai.othello.HumanOthelloPlayer
Callback function for receiving the next move from the UI.
hashCode() - Method in class edu.drexel.cs.ai.othello.GameState
Equivalent to calling hashCode() on the result of uniqueHashCode().
hashCode() - Method in class edu.drexel.cs.ai.othello.Square
Returns a unique idendentifier for this square.
HumanOthelloPlayer - Class in edu.drexel.cs.ai.othello
An interface for having a human play othello through the user interface.
HumanOthelloPlayer(String) - Constructor for class edu.drexel.cs.ai.othello.HumanOthelloPlayer
Creates a new agent that plays according to human input.

Othello 1.0
A C E G H I L M O P R S T U V
Copyright 2006–2007 Evan A. Sultanik