edu.lhup.ai
Interface IMove

All Known Implementing Classes:
Move

public interface IMove

The abstract representation of a player's move in a game. A move should be associated with a particular piece. All games are played by pushing moves onto the game stack.

This software is for educational purposes only.

Author:
Mark Cohen

Method Summary
 IPiece getPiece()
           
 

Method Detail

getPiece

public IPiece getPiece()
Returns:
the piece associated with this move.