Java用awt編寫井字棋(新手編寫)

Java用awt編寫井字棋(新手編寫) 結果演示: java public class Player { private int x; private int y; public Player(int x, int y) { super(); this.x = x; this.y = y; }//存入棋子的x,y的位置 public int getX() { return
相關文章
相關標籤/搜索