quoridor/src/main/java/cz/xelfi/quoridor/Player.java
Sat, 06 Jun 2009 15:13:04 +0200 Drawing players to the right position
Sat, 06 Jun 2009 14:48:02 +0200 equality of moves, players report positions from 0-8 and better toString
Thu, 28 May 2009 23:26:50 +0200 Renaming the getX/Y to internal as it uses 0-16 positions
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.