tron
Interface TronObstacle

All Known Implementing Classes:
TronRectObstacle

public interface TronObstacle

An interface that specifies an obstacle in the Tron game. April 2010

Author:
Ben Bederson

Method Summary
 java.util.ArrayList<Cell> getCells()
          Returns a list of cells that represent this obstacle.
 

Method Detail

getCells

java.util.ArrayList<Cell> getCells()
Returns a list of cells that represent this obstacle.

Returns:
list of cells in obstacle.


Web Accessibility