                          XIANG QI WISH LIST

 1. Recognise CHECKMATE

 2. Allow user to make moves.
    This can be done in the same way as for 'gomoku' in weiqi.d4f.

 3. Implement recursive tree search as quickly as possible.
    Try to use similar methods to Sudoku solver. SU_BRUTE.

 4. Do more research on concepts such as minimax and alpha-beta
pruning.

 5. Feed some game transcripts onto 'book' database.

 6. Put some simple end game types in a 'book' database.

 7. Select some multipliers by a 'Genetic' algorithm. This requires
fast moves so that many games may be played. Early resignation would
shorten the games.

 8. Improve documentation of script lanuage. d4.doc->che.doc
    Add stuff on [40]WEND bug which preludes system failure.
    Same with XRESIZE function.
    Document stty sane stuff.
    Preliminary on unicode terminal development environment.

 9. Allow preparation of UTF-8 files. ( ../screen/*.c )
    Expect 2-bytes on screen for 3 byte codes.

