Add missing tests, debug MatchHandler.
commit2bf3525d65f69c8ab05f7c647ed6a2d72d405048
authorPaolo Capriotti <p.capriotti@gmail.com>
Tue, 16 Jun 2009 10:05:06 +0000 (16 12:05 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Tue, 16 Jun 2009 10:05:06 +0000 (16 12:05 +0200)
treefebee8c1a5e951038a039b3e9324c65474e8aaaa
parent665deb576657bed7f0aaaafe9791685c0603f430
Add missing tests, debug MatchHandler.

It is not possible to play on ICS.
14 files changed:
lib/board/board.rb
lib/board/user.rb [new file with mode: 0644]
lib/games/chess/san.rb
lib/games/chess/validator.rb
lib/games/shogi/validator.rb
lib/ics/driver.rb
lib/ics/icsplayer.rb
lib/ics/match_handler.rb
lib/ics/style12.rb
lib/interaction/match.rb
lib/point.rb
test/games/chess/test_chess_serializer.rb
test/ics/test_match_handler.rb
test/test_point.rb