gmchess
gmchess copied to clipboard
chinese chess for linux/mac osx
Results
5
gmchess issues
Sort by
recently updated
recently updated
newest added
I use the source code to build and install it on my ubuntu 20.04, but I can't start up. Please fix it, thanks.
https://github.com/lerosua/gmchess/blob/master/src/Engine.cc#L2101 It should be `DLOG(" n=%d\n", n);`.
https://github.com/lerosua/gmchess/blob/master/src/Engine.cc#L512 It should be `dst=src+ KnightMoveTab[k];`.