© 1999-2048 dssz.net 粤ICP备11031372号
[网络基础] 网络版JAVA围棋代码
说明: import java.awt.*; public class One { int BLACK=1; int WHITE=2; int BLANK=0; Point OUT=new Point(-1,-1); int whichStep; int color=BLANK; boolean isthere=false; Point pointAround[]={OUT,OUT,OUT,OUT}; int posX; int posY; }<chengjianyong87> 上传 | 大小:22kb