visidor/src/main/java/cz/xelfi/quoridor/visidor/Viewer.java
Sun, 05 Sep 2010 17:58:45 +0200 Interactive game suport
Sun, 05 Sep 2010 11:04:26 +0200 Showing x when a move to certain position is impossible, showing o when it is fine. Adding Board.findMove method to keep the allowed move logic.
Sun, 05 Sep 2010 07:07:35 +0200 Drawing position of the pawn
Sun, 05 Sep 2010 06:52:49 +0200 Verify whether the fence can be placed at given position
Sun, 05 Sep 2010 06:43:06 +0200 Double buffering when drawing
Sun, 05 Sep 2010 00:07:32 +0200 Preview of new fence position
Sat, 04 Sep 2010 21:58:56 +0200 Using Java2D to display the board
Thu, 07 Jan 2010 22:34:17 +0100 Initial version of statistics and ELO rating. Donated by Martin Rexa
Wed, 16 Sep 2009 22:28:11 +0200 First attempt to show the board as image
Sat, 06 Jun 2009 15:13:04 +0200 Drawing players to the right position
Sat, 06 Jun 2009 14:57:09 +0200 Board can be modified by dropping the fence
Sat, 06 Jun 2009 11:55:18 +0200 Fences can be dropped to the board
Mon, 25 May 2009 09:07:15 +0200 Converting the visidor to maven project