Package cs1302.gameutil


package cs1302.gameutil
Provides some utility classes and enum classes for games.
Diagram of the cs1302.gameutil package.
Diagram of the cs1302.gameutil package.
Related CSCI 1302 projects:
cs1302-c4-alpha
  • Class
    Description
    A GamePhase object can be used to represent a phase of a game.
    A Token object can be used to represent a player or a player's item in a game.
    The TokenGrid class includes convenience methods to display a two-dimensional array of tokens.