OSDN Git Service

* [shogi-server]
authorDaigo Moriwaki <beatles@users.sourceforge.jp>
Sat, 23 Jan 2010 08:35:29 +0000 (17:35 +0900)
committerDaigo Moriwaki <beatles@users.sourceforge.jp>
Sat, 23 Jan 2010 08:35:29 +0000 (17:35 +0900)
commit7a159148d7e44abf278bd723de3debce74712959
treec59212498c261e215d86d9cb63402ff61a6595e6
parent8f6cbe23183482e03df482ab7c2b27dcf124f4e7
* [shogi-server]
  - Experimental feature: support handicapped games.
    Game names that have the following prefixes are recognized as
    handicapped games. Turn symbols "+" and "-" mean Uwate (expert)
    and Shitate (beginner) respectively (i.e. Uwate players first).
    "*" is not available.
    - hclance_
    - hcbishop_
    - hcrook_
    - hcrooklance_
    - hc2p_
    - hc4p_
    - hc6p_
    - hc10p_
changelog
shogi_server/command.rb
shogi_server/login.rb
test/TC_ALL.rb
test/TC_handicapped_boards.rb [new file with mode: 0644]
test/TC_login.rb