标签: java
能够对角移动一个空格还是跳过一个空格并移动两个空格? 我在方形类中编写了棋盘格,例如:
title = new Square(); tile.moveHorizontal(240); tile.moveVertical(280); tile.changeSize(40); tile.changeColor("red"); tile.makeVisible();
和圈子类中的碎片:
piece = new Circle();
等...
现在如何让这些碎片沿对角线移动?