This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
JRummikub/src/jrummikub/model
Jannis Harder 699a0b0a29 Deal the correct number of jokers aka funny joker action
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@303 72836036-5685-4462-b002-a69064685172
2011-05-29 18:50:54 +02:00
..
GameSettings.java Test for joker number in settings control 2011-05-29 18:50:49 +02:00
GameState.java Calculate accumulated score in game state 2011-05-29 15:50:24 +02:00
Hand.java Implemented counting of identical stone pairs 2011-05-25 17:27:19 +02:00
IHand.java Tests for counting of identical stone pairs 2011-05-25 17:27:18 +02:00
IPlayer.java Implemented routine to check if initial melds are possible 2011-05-24 21:57:18 +02:00
IRoundState.java Added test and implementation for an inspection turn before the first 2011-05-25 17:10:43 +02:00
IStoneTray.java Rechtschreibfehler und überflüssige pickUp(position) Klasse gefixt 2011-05-10 16:31:09 +02:00
ITable.java Remove return value of Table.pickUpStone() 2011-05-10 16:53:44 +02:00
Player.java Implemented routine to check if initial melds are possible 2011-05-24 21:57:18 +02:00
PlayerSettings.java Make player name setup work 2011-05-26 01:33:17 +02:00
Position.java Test simple dropping on Hand 2011-05-09 21:56:29 +02:00
RoundState.java Deal the correct number of jokers aka funny joker action 2011-05-29 18:50:54 +02:00
Score.java Implement score panel 2011-05-29 15:50:30 +02:00
Sizeable.java More javadocs for the model 2011-05-02 04:46:00 +02:00
Stone.java Make StonePanel emit Stone click events 2011-05-03 17:29:52 +02:00
StoneColor.java Added all missing comments 2011-05-10 03:54:48 +02:00
StoneHeap.java Deal the correct number of jokers aka funny joker action 2011-05-29 18:50:54 +02:00
StoneSet.java Ein von fünf Tests fertig für laidOut 2011-05-18 17:07:50 +02:00
StoneTray.java Fix rounding errors leading to stone sets being dropped at strage positions on the table 2011-05-11 20:49:20 +02:00
Table.java Tests und imlementierung für Wert von Sets bestimmen, fertig und getestet 2011-05-16 20:54:37 +02:00