Package | Description |
---|---|
com.putable.server |
Provides the classes specific to the server
|
com.putable.server.matrix |
Provides the matrix classes specific to the server
|
Class and Description |
---|
HeinekenMathMatrix
A math game designed to require deeper interaction than clicking on buttons.
|
HeinekenMatrix
A 'Whack-a-mole' game in true Heineken style
|
HomeMatrix
This is the home matrix class where a client goes when he is born, all other
matrices can be accessed from here.
|
PairPanickingMatrix
Team Heineken's implementation of PairPanicking as described by
http://cs.unm.edu/~ackley/351/projects/3/1.0/PairPanicking.txt
|
Class and Description |
---|
AbstractHeinekenGame
An abstract implementation of a Heineken game
|
HeinekenMathMatrix.Equation
A class to represent an Equation stored by a game Token
|
HeinekenMathMatrix.Equation.Operation
An enum to represent the different types of Operations of an Equation
|
StatusType
An enum to represent the different status types of a Heineken game
|