On 2009.06.04 16:59, Colin Paul Adams wrote:
> >>>>> "Roland" == roland marounek <Roland.Marounek@...> writes:
>
> Roland> You are right of course, the main problem is to find a
> Roland> only one player. That is partly for that reason -besides
> Roland> the personal fun of course- that I made a server
> Roland> supporting Wa Shogi, or Dropped Chu and Dai, ...
> Roland> Actually, I stopped playing ten years ago for some
> Roland> personnal reasons, and I vaguely hopped rejoigning this
> Roland> list, to find proposals of some Great Great Variant
> e-mail
> Roland> tournament, with or without drops (if necessary!). But
>
> I have just written a new (completely from scratch, as it's in
> Haskell) version of my Chu Shogi program. I shall probably add
> over-the-internet playing to it in the autumn.
> --
> Colin Adams
> Preston Lancashire
>
I have still a library for a graphical board (platform independent),
and a working plugin for most shogi variants on the generic gameserver.
I have also all the artwork for the shogi variants (based on steve
evans's program).
It's lying around unused:
GGS: http://www.cs.ualberta.ca/~mburo/ggsa/ggsa.html
gcboard: http://gcboard.sourceforge.net/
All that would be needed for a fully working program is a GUI to
connect the board to a server or a engine, and to manage the games. An
interesting possibility would be to use Haskell for it, using
wxhaskell.
Kristof Bastiaensen