Add shogi serializer.
commit2fc3c7ff1775ff50260921b14c75b4506ea0c1ce
authorPaolo Capriotti <p.capriotti@gmail.com>
Sun, 28 Jun 2009 20:22:54 +0000 (28 22:22 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Sun, 28 Jun 2009 20:22:54 +0000 (28 22:22 +0200)
treefb4004b8f5c2598830953585cee92c482b2eef4e
parent35e307a6e3ecac136e18f68afb406d46df36bddf
Add shogi serializer.
16 files changed:
lib/games/chess/piece.rb
lib/games/chess/san.rb
lib/games/chess/serializer.rb
lib/games/serializer_base.rb [new file with mode: 0644]
lib/games/shogi/notation.rb [new file with mode: 0644]
lib/games/shogi/piece.rb [new file with mode: 0644]
lib/games/shogi/serializer.rb [new file with mode: 0644]
lib/helpers/validation_helper.rb
lib/plugins/engines/xboard.rb
lib/plugins/games/chess.rb
lib/plugins/games/shogi.rb
test/games/chess/test_chess_serializer.rb
test/games/shogi/test_shogi_notation.rb [new file with mode: 0644]
test/games/shogi/test_shogi_piece.rb [new file with mode: 0644]
test/games/shogi/test_shogi_serializer.rb [new file with mode: 0644]
test/games/shogi/test_shogi_validation.rb