Initial implementation of the Shogi validator.
commit31469e2089e1c07a94148f0aaa505bcaca6eefde
authorPaolo Capriotti <p.capriotti@gmail.com>
Sun, 15 Jun 2008 02:04:51 +0000 (15 03:04 +0100)
committerPaolo Capriotti <p.capriotti@gmail.com>
Sun, 15 Jun 2008 02:17:22 +0000 (15 03:17 +0100)
tree8b8d18380558b525fcaae438cd7c436b9e6a1748
parente841481c719e2631dad3085285356c306613fa19
Initial implementation of the Shogi validator.
lib/games/chess/state.rb
lib/games/chess/validator.rb
lib/games/shogi/state.rb
lib/games/shogi/validator.rb [new file with mode: 0644]
lib/games/state_base.rb
lib/games/validator_base.rb [new file with mode: 0644]
test/games/shogi/test_shogi_state.rb
test/games/shogi/test_shogi_validation.rb [new file with mode: 0644]