Initial implementation of shogi pools.
commit7b0c4f29a9f74f36867df5823bedac30ba77eecb
authorPaolo Capriotti <p.capriotti@gmail.com>
Sun, 29 Jun 2008 00:46:54 +0000 (29 01:46 +0100)
committerPaolo Capriotti <p.capriotti@gmail.com>
Sun, 29 Jun 2008 00:46:54 +0000 (29 01:46 +0100)
tree8f7ca642eb8e74bd0d14728266673a72c68ff6fb
parent240723b0eca789cc57ca32a4eb09ce07df47073a
Initial implementation of shogi pools.
lib/games/chess/board.rb
lib/games/shogi/game.rb
lib/games/shogi/pool.rb [new file with mode: 0644]
lib/games/shogi/state.rb
lib/games/shogi/validator.rb
lib/helpers/validation_helper.rb
test/games/shogi/test_shogi_state.rb
test/games/shogi/test_shogi_validation.rb