# ChineseChess
**Repository Path**: jishuke/ChineseChess_1
## Basic Information
- **Project Name**: ChineseChess
- **Description**: ChineseChess 中国象棋AI版,在QQ象棋与高手对弈80%以上胜率
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 8
- **Created**: 2022-05-21
- **Last Updated**: 2022-05-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ChineseChess
## ChineseChess 中国象棋AI版,有UI界面可与电脑对弈。
1、基于 negaScout 剪树算法;
2、棋盘是基于Bit位的数据结构相比传统数组搜索效率大幅提高;
3、大部分着法全是基于Bit位提前生成;
在QQ象棋与高手对弈80%以上胜率》
启动类 com/pj/chess/ChessBoardMain