webidor/src/main/java/cz/xelfi/quoridor/webidor/Game.java
Fri, 04 Sep 2009 21:14:33 +0200 Separating games by their current state
Fri, 04 Sep 2009 18:01:01 +0200 Only current player can make a move
Mon, 31 Aug 2009 22:44:47 +0200 Removing anything related to JSON from the HTML layer, using natural freemarker's W3C DOM processing capabilities
Sun, 30 Aug 2009 16:15:37 +0200 Making sure Game.board is never null
Sun, 30 Aug 2009 16:04:27 +0200 Verifying that empty games can be read
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 08:19:35 +0200 Games are being stored in a file on disk
Sun, 12 Jul 2009 13:59:07 +0200 Converting the webidor into Jersey based REST server