See: Description
| Class | Description |
|---|---|
| AbstractHeinekenGame |
An abstract implementation of a Heineken game
|
| HeinekenMathMatrix |
A math game designed to require deeper interaction than clicking on buttons.
|
| HeinekenMathMatrix.Equation |
A class to represent an Equation stored by a game Token
|
| 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
|
| Enum | Description |
|---|---|
| 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
|