• R/O
  • HTTP
  • SSH
  • HTTPS

shogi-server: Repository summary

shogi-server source


Recent Commits RSS

Rev. Time Author Message
36b41e7 2020-12-06 18:48:46 Daigo Moriwaki wdoor-stable Merge branch 'master' into wdoor-stable
b4af839 2020-12-06 18:37:55 Daigo Moriwaki master [shogi-server] Bump up the revision to 20201206
7bf4f6e 2020-12-06 18:33:18 Daigo Moriwaki [shogi-server] Make invalid comments illegal Some client...
afd811e 2020-12-06 17:58:33 Daigo Moriwaki [shogi-server] Support listening on IPv6 addresses Thank...
4f41d11 2020-12-06 17:57:36 Daigo Moriwaki [shogi-server] Improve timed-up detection (continued) Th...
922cac2 2020-12-06 16:19:09 Daigo Moriwaki Fix test cases
1ed93aa 2020-10-09 22:04:18 Daigo Moriwaki Merge branch 'master' into wdoor-stable
6e9f281 2020-10-04 11:33:03 Daigo Moriwaki Bump up revision
0cf3ed9 2020-10-04 11:21:19 Daigo Moriwaki Improve debug message
8d5884a 2020-10-04 11:16:49 Daigo Moriwaki [shogi-server] Improve timed-up detection. Previously, t...

Recently edited Tags

Name Rev. Time Author
20180407 7bf33b2 2018-04-07 15:17:46 Daigo Moriwaki
20170902 2d5cda5 2017-09-03 16:05:20 Daigo Moriwaki
20160409 1899be1 2016-04-09 13:03:38 Daigo Moriwaki
20151213 a0947c4 2015-12-13 21:28:20 Daigo Moriwaki
20150201 eb50791 2015-02-01 11:33:09 Daigo Moriwaki
20141227 ad33950 2014-12-27 22:10:00 Daigo Moriwaki
20141130 dd0c79d 2014-11-24 23:04:14 Daigo Moriwaki
20140726 852b091 2014-07-26 16:33:18 Daigo Moriwaki
20140107 cc5500d 2014-01-07 09:37:32 Daigo Moriwaki
20131221 051a0e7 2013-12-21 17:52:52 Daigo Moriwaki
20131215 75c514e 2013-12-15 11:38:14 Daigo Moriwaki
20131104 a3ef1ae 2013-11-04 18:49:32 Daigo Moriwaki
20121229 457848c 2012-12-30 17:24:33 Daigo Moriwaki
20101030 b0ba169 2010-10-30 20:11:39 daigo

Branches

Name Rev. Time Author Message
wdoor-stable 36b41e7 2020-12-06 18:48:46 Daigo Moriwaki Merge branch 'master' into ...
master b4af839 2020-12-06 18:37:55 Daigo Moriwaki [shogi-server] Bump up the ...
201604-Fischer a6cb7fd 2015-12-13 21:30:38 Daigo Moriwaki Merge branch 'wdoor-stable'
201512-timeclock 3d228b2 2015-11-27 23:40:28 Daigo Moriwaki Fix #35795: A time consumed...
201312-usiToCsa f565a12 2013-12-17 22:46:22 Daigo Moriwaki Fixed issues on usiToCsa.rb...
copy d168a77 2013-02-24 17:42:43 Daigo Moriwaki Implemented a new command: ...

README

= Shogi-server project

The Shogi-server project develops Shogi-server, a rating tool and so on.

== Shogi-server

Shogi-server is a server that implements the Server Protocol Ver 1.2.1 defined
by Computer Shogi Association (CSA[http://www.computer-shogi.org/index_e.html]) 
in order for computer shogi players to play games.   

=== Pre-requires

Ruby 2.1 or later

For Debian,

  $ sudo aptitude install ruby

=== Install

  $ git clone git://git.sourceforge.jp/gitroot/shogi-server/shogi-server.git

The following files are required to run Shogi-server:

  - shogi-server
  - shogi_server.rb
  - shogi_server/**/*.rb

=== Run

Examples:

Run the server with CSA Protocol V1.2 or later

  $ ./shogi-server hoge 4000

With CSA Protocol V1.1.2 or before

  $ ./shogi-server --max-moves 0 --least-time-per-move 1 hoge 4000

See others written in the 'shogi-server' file.

== Other tools

See documents at the head of each source file.

* mk_rate
* mk_html
* showgame


== Tests

Run the server

  $ ./shogi-server hoge 4000

Run test cases

  $ cd test
  $ ruby TC_ALL.rb

Tested:

- ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin13]
  Finished in 55.025733 seconds.
  383 tests, 1370 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
  100% passed
  6.96 tests/s, 24.90 assertions/s
  ruby TC_ALL.rb  1.97s user 0.34s system 4% cpu 55.424 total
  
---
2015-01-17  Daigo Moriwaki <daigo at debian dot org>
Show on old repository browser