shogi variant software
Posted: 08 Jan 2015, 15:27
Hi,
I noticed that there has been some work to port shogi variants to x/winboard.
It may interest you that I have written some code to support shogi and chess
variants. I wrote a service for several shogi variants which can run on the generic
game server (https://skatgame.net/mburo/ggs/).
https://github.com/kuribas/ShogiGGS
It is currently ofline, since it wasn't used, but I could put it back online if requested.
I also wrote an interface library for chess variants, similar to xboard,
but adapted for most variants. It is independend of the toolkit and platform.
It was designed to handle dragging pieces, highlighting, etc.. without extra
effort for the programmer:
https://github.com/kuribas/gcboard
It hasn't been updated in a while, so it probably doesn't work out of the box anymore.
I am planning to port it to wxhaskell, to make a chess variant interface.
There are also several shogi pieces that I modified from Steve Evans
shogivar software. You can find them on: https://github.com/kuribas/ShogiVariant
Both me and Steve Evans own the copyright, but I allow the use in any free software
project. Just drop me a note if you want to use it for anything else.
Kristof Bastiaensen
I noticed that there has been some work to port shogi variants to x/winboard.
It may interest you that I have written some code to support shogi and chess
variants. I wrote a service for several shogi variants which can run on the generic
game server (https://skatgame.net/mburo/ggs/).
https://github.com/kuribas/ShogiGGS
It is currently ofline, since it wasn't used, but I could put it back online if requested.
I also wrote an interface library for chess variants, similar to xboard,
but adapted for most variants. It is independend of the toolkit and platform.
It was designed to handle dragging pieces, highlighting, etc.. without extra
effort for the programmer:
https://github.com/kuribas/gcboard
It hasn't been updated in a while, so it probably doesn't work out of the box anymore.
I am planning to port it to wxhaskell, to make a chess variant interface.
There are also several shogi pieces that I modified from Steve Evans
shogivar software. You can find them on: https://github.com/kuribas/ShogiVariant
Both me and Steve Evans own the copyright, but I allow the use in any free software
project. Just drop me a note if you want to use it for anything else.
Kristof Bastiaensen