Olivier Teulière
|
e34cc25fe1
|
Move commands to the game/cmd/ sub-directory.
The abstract Command class (from which all the others inherit)
is still game/, to hide the cmd/ subdir from most clients.
|
2012-12-05 20:26:47 +01:00 |
|
Olivier Teulière
|
4200e33c17
|
Change the copyright years for all the files modified in 2012
|
2012-10-11 13:45:24 +02:00 |
|
Olivier Teulière
|
bf42c49850
|
Added loggers to most classes
|
2012-02-19 13:07:29 +01:00 |
|
Olivier Teulière
|
53cccd529e
|
Added toString() methods to the commands to ease debugging
|
2008-11-23 17:02:33 +00:00 |
|
Olivier Teulière
|
bce4ce4604
|
- The main game modifications (playing a move, setting a new rack, ...) are now done using the Command design pattern, which alows undoing these changes easily.
- Added support for navigation in the game history to the text interface (not unit-tested yet)
|
2008-11-23 08:18:03 +00:00 |
|