Issue 11: Game structure
Status:  Invalid
Owner:
Closed:  Sep 2011
Cc:
Project Member Reported by hussain.mutawa, Aug 12, 2011
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
(No comment was entered for this change.)
Cc: Michael....@gmail.com
Sep 18, 2011
Project Member #2 hussain.mutawa
this issue has to be closed anyway
Status: Invalid