Implemented routine to check if initial melds are possible
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@266 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
d5a8b2204c
commit
8c3c66f361
9 changed files with 218 additions and 15 deletions
|
@ -14,6 +14,8 @@ public class MockPlayer implements IPlayer {
|
|||
/**
|
||||
* @param playerSettings
|
||||
* the player settings
|
||||
* @param gameSettings
|
||||
* the game settings
|
||||
*/
|
||||
public MockPlayer(PlayerSettings playerSettings, GameSettings gameSettings) {
|
||||
hand = new Hand(gameSettings);
|
||||
|
|
Reference in a new issue