Extracted factory methods in State classes to a common mixing StateBase.
commit5e1cd591c0d3caf156fefc06cfdc078affc62259
authorPaolo Capriotti <p.capriotti@gmail.com>
Sun, 15 Jun 2008 01:14:08 +0000 (15 02:14 +0100)
committerPaolo Capriotti <p.capriotti@gmail.com>
Sun, 15 Jun 2008 01:14:08 +0000 (15 02:14 +0100)
treefcddc64ca0a4cb123f7ee025ef491a74569ee800
parentb45e13ec364284d95ecdc7099c608847e5566d89
Extracted factory methods in State classes to a common mixing StateBase.
lib/games/chess/state.rb
lib/games/shogi/state.rb
lib/games/state_base.rb [new file with mode: 0644]