Download

License

Daemonshogi is licensed under the GNU General Public License Version 3 (GPLv3), OSI approved license.

See GNU General Public License - Free Software Foundation.

Copyright (C) Masahiko Tokita 2002-2005,2009
Copyright (C) Hisashi Horikawa 2008-2012

Daemonshogi contains PicoJSON. See PicoJSON, a header-file-only JSON parser in C++

Copyright (C) 2009 Cybozu Labs, Inc.

Requirements

Fedora 15/16 Linux provides above all packages.

Trunk - HEAD

You can clone the developing snapshot of Daemonshogi by using git. netsphere / daemonshogi · GitLab

$ git clone https://gitlab.com/netsphere/daemonshogi.git

Runtime requirements:

  • MPICH 1.2.0 or later.

Version 0.7.0 (2012.5.3)

  • requires GTK+ 3.0.0 or later.
  • fix a crash bug.
  • code clean up.

The think-engine was changed nothing from v0.6.1.

リリース詳細: 0.7.0 (daemonshogi) - daemonshogi (デーモン将棋) - SourceForge.JP

Version 0.6.1 (2011.5.10)

  • fixed a bug that the think-engine says loose when the engine should be winner.
  • adds to desktop start menu.

リリース詳細: 0.6.1 (daemonshogi) - daemonshogi (デーモン将棋) - SourceForge.JP

Version 0.6 (2011.2.22)

  • requires Boost C++ Libraries 1.32.0 or later.
  • phi-delta think-engine.
  • think-engine reads 2nd TESUKI.
  • fixed a bug around network communication.
  • fixed a bug calculation of hash.
  • new book file.
  • speedup.

リリース詳細: 0.6 (daemonshogi) - daemonshogi - SourceForge.JP

Version 0.5 (2010.1.11)

  • require GTK+ 2.16.0 or later.
  • save parameters of the think engine to setting file
  • use opening book
  • load a game file of KI2 format
  • delete moves of history tree
  • speedup
  • etc.

リリース詳細: 0.5 (daemonshogi) - daemonshogi - SourceForge.JP

Version 0.4 (2009.10.30)

  • solve Hisshi problem
  • save a game record including alternative moves
  • improve to solve Tsume-shogi
  • improve the normal traversal
  • etc.

リリース詳細: 0.4 (daemonshogi) - daemonshogi - SourceForge.JP

Version 0.3 (2009.8.30)

  • change license to GPLv3
  • GTK+ 2.x base
  • import CSA or KIF game record (includes alternative moves) file
  • play a game via a CSA Shogi server on the Internat
  • improve to solve Tsume-shogi
  • etc.

TODO (Known bugs):

  • play with Bonanza
  • make new alternative moves
  • save game record which includes alternatives

リリース詳細: 0.3 (daemonshogi) - daemonshogi - SourceForge.JP

Version 0.2

See daemonshogi gtk2 version.

Version 0.1.4 (2005-12-13)

requires GTK+ 1.x + libgnome 1.x

  • Bug fixed for Vine Linux 3.2 / Fedora Core 4 / Redhat 9

リリース詳細: 0.1.4 (daemonshogi) - daemonshogi - SourceForge.JP

Older Versions

0.1.3

  • Fixed check mate bug

0.1.2

  • Cleaned up source
  • Use automake in src/si

0.1.1

  • Fixed file I/O bug, book window bug.
  • Cleaned up spec file.

0.1

  • First release