基于是JAVA网络五指棋 源代码.docVIP

  • 11
  • 0
  • 约6.09万字
  • 约 54页
  • 2017-09-08 发布于浙江
  • 举报
基于JAVA的网络五指棋 源 程 序 2013年4月19日 BoardPanel.java import java.awt.*; import java.awt.event.*; import java.util.Arrays; import javax.swing.*; import java.io.*; public class BoardPanel extends JPanel { private static Image white = null; private static Image black = null; private static int xp; private static int yp; private Cursor handCursor; private Cursor defaultCursor; protected static int board[][]; private int color = 1; // 棋子颜色 1=black 2=white int STEPCOUNTER = 0; int BASE = 5; int DEEPTH = 3; int MINDEEPTH = 3; int MAX1 = 5; long INVALID = 9000000; int chessBoard[][]; Strin

文档评论(0)

1亿VIP精品文档

相关文档