quoridor/src/main/java/cz/xelfi/quoridor/Board.java
Thu, 10 Sep 2009 23:19:40 +0200 Support for giving up the game
Sun, 30 Aug 2009 14:37:47 +0200 Spliting Game into GameId and Game with full info about the state of the game
Wed, 29 Jul 2009 21:35:04 +0200 Rotating the display of the board - north is on top. Enhancing the display with row ids and column numbers and compass directions.
Thu, 28 May 2009 23:26:50 +0200 Renaming the getX/Y to internal as it uses 0-16 positions
Sun, 24 May 2009 16:27:38 +0200 Ability to paint fences
Mon, 11 May 2009 18:51:52 +0200 Adding isApplicable method
Mon, 11 May 2009 18:47:39 +0200 Better javadoc
Mon, 11 May 2009 18:35:16 +0200 Moving Fence and Player into outer level. This looks more natural in javadoc and is shorter in code.
Mon, 11 May 2009 18:23:20 +0200 getWinner method and preventing additional moves when the game has winner
Mon, 11 May 2009 18:07:29 +0200 Serialized board indicates the player turn's by * in the top or bottom line
Mon, 11 May 2009 16:17:14 +0200 Serialization and deserialization of fences seems to be OK
Mon, 11 May 2009 12:09:34 +0200 Number of left fences is encoded in the board as |||| in first and last line
Mon, 11 May 2009 11:18:37 +0200 read and write can exchange positions of players correctly
Mon, 11 May 2009 10:41:52 +0200 Basic implementation of printing board to stream
Mon, 11 May 2009 09:21:54 +0200 Licenses
Sun, 10 May 2009 22:17:10 +0200 Javadoc moved to Move class
Sun, 10 May 2009 22:05:31 +0200 Introducing the Move class
Sun, 10 May 2009 21:20:30 +0200 Overrides
Sun, 10 May 2009 20:22:05 +0200 Typo in javadoc
Sun, 10 May 2009 20:15:24 +0200 Sources resurrected from long time past attempts and converted to maven