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
Matthias Schiffer c004a07a42 Make highest value and number of stones dealt settable
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@337 72836036-5685-4462-b002-a69064685172
2011-05-31 01:50:56 +02:00
..
GameSettings.java Make highest value and number of stones dealt settable 2011-05-31 01:50:56 +02:00
GameState.java Calculate accumulated score in game state 2011-05-29 15:50:24 +02:00
Hand.java Extracted a AIUtil class from several hand methods 2011-05-30 21:01:48 +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 Added player type selection to the settings panel 2011-05-29 21:49:03 +02:00
Position.java Test simple dropping on Hand 2011-05-09 21:56:29 +02:00
RoundState.java Tests für Sets mit mehr Farben, mehr Values, ... 2011-05-31 00:58:46 +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 Tests für Sets mit mehr Farben, mehr Values, ... 2011-05-31 00:58:46 +02:00
StoneHeap.java Make highest value and number of stones dealt settable 2011-05-31 01:50:56 +02:00
StoneSet.java Make highest value and number of stones dealt settable 2011-05-31 01:50:56 +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 für Sets mit mehr Farben, mehr Values, ... 2011-05-31 00:58:46 +02:00