quoridor/src/test/java/cz/xelfi/quoridor/SerializeTest.java
Sun, 30 Aug 2009 14:37:47 +0200 Spliting Game into GameId and Game with full info about the state of the game
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:07:29 +0200 Serialized board indicates the player turn's by * in the top or bottom 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