Package | Description |
---|---|
com.putable.client.matrix |
Provides the matrix class specific to the client
|
com.putable.common.matrix |
Provides the classes necessary to construct a Matrix object
|
com.putable.server.matrix |
Provides the matrix classes specific to the server
|
tests |
Provides the classes for JUnit tests
|
Modifier and Type | Class and Description |
---|---|
class |
ClientMatrix
This class is the client's representation of a matrix.
|
Modifier and Type | Method and Description |
---|---|
AbstractMatrix |
Matrix.getThis()
Gets this Matrix for use in anonymous classes
|
AbstractMatrix |
AbstractMatrix.getThis() |
Modifier and Type | Method and Description |
---|---|
void |
Agent.setCurrentMatrix(AbstractMatrix currentMatrix)
Sets the Matrix this Agent is currently in
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHeinekenGame
An abstract implementation of a Heineken game
|
class |
HeinekenMathMatrix
A math game designed to require deeper interaction than clicking on buttons.
|
class |
HeinekenMatrix
A 'Whack-a-mole' game in true Heineken style
|
class |
HomeMatrix
This is the home matrix class where a client goes when he is born, all other
matrices can be accessed from here.
|
class |
PairPanickingMatrix
Team Heineken's implementation of PairPanicking as described by
http://cs.unm.edu/~ackley/351/projects/3/1.0/PairPanicking.txt
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTestMatrix
A basic test for the Matrix class.
|