1. 首页
  2. 移动开发
  3. HTML5
  4. html5五子棋

html5五子棋

上传者: 2019-01-19 08:03:24上传 ZIP文件 103KB 热度 23次
html5五子棋 var fiveChess = { NO_CHESS: 0, BLACK_CHESS: -1, WHITE_CHESS: 1, chessArr: [], //记录棋子 chessBoardHtml: "", humanPlayer: "black", //玩家棋子颜色 AIPlayer: "white", //AI棋子颜色 isPlayerTurn: true, //轮到player下棋 totalGames: cookieHandle.getCookie("totalGames") || 0, //总局数 winGames: cookieHandle.
用户评论