java新手小项目---坦克大战

1.坦克类(Tank) //坦克类 class Tank { int x = 0; int y = 0; //坦克颜色 int color ; public int getColor() { return color; } public void setColor(int color) { this.co
相关文章
相关标签/搜索