| Issue 11: | Game structure | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Mick : You should work on the business logic classes, e.g. Player Bean, Game Bean, Lobby Bean, Player movement. You need to make some code in the business logic package nz.ac.massey.se356.scotlandyard.game the classes that you will write should be used by the web interface. For instance, in the web application, a player wants to move from a node to another, so, you will need a data structure that holds information abou the nodes, simple way is an adjacency matrix, so there will be a need for a method called getLegalMoves( TRANSPORTATION ) where transportation can be TAXI / BUS , etc. Please make the necassry JUnit Test cases as well to validate your design all tests should be placed in nz.ac.massey.se356.scotlandyard.tests package, a sub package can be created for a set of related classes if you feel this should be done.
Aug 12, 2011
Project Member
#1
hussain.mutawa
Cc:
Michael....@gmail.com
Sep 18, 2011
this issue has to be closed anyway
Status:
Invalid
|