Hi,
I am developing a Chinese chess game for my school project. I use a
two dimensional array to store the chess board. But it's slow to
generate moves. There are two pupular methods, 0x88 and bitboard to
represent the chess board for Western chess. Does anyone know if it's
possible to apply either one to Chinese chess? Or is there another
more efficient way to store the chess board for Chinese chess? Thank
you very much.