# screen-chess-qq **Repository Path**: rocching/screen-chess-qq ## Basic Information - **Project Name**: screen-chess-qq - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-07 - **Last Updated**: 2021-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README screen-chess-qq =============== QQ中国象棋(传统版)棋盘识别与自动下棋 程序的入口main方法位于execute包下的Executor类中 自动下棋时默认采用随机行走,开发者可以通过修改ai包下的Thinker类中的getBestMove方法实现更加智能的AI 运行时,需要在QQ游戏大厅中手工开始一局象棋,然后运行Executor 由于程序采用的是截图分析获取棋盘状态的方式,因此运行过程中需要保证游戏窗口不被其他窗口遮挡