【文件属性】:
文件名称:俄罗斯方块源代码+素材+音乐
文件大小:787KB
文件格式:RAR
更新时间:2015-02-16 09:57:21
俄罗斯方块源代码 素材 音乐
俄罗斯方块源代码+素材+音乐
一应具全
ublic class BaseShape extends Block {
int col = 5;
int row;
public ArrayList blocks;
public static final int ROTATE = 0;
public static final int LEFT = 1;
public static final int RIGHT = 2;
public static final int DOWN = 3;
public BaseShape() {
super();
// TODO Auto-generated constructor stub
}
public BaseShape(int row, int col) {
super();
this.row = row;
this.col = col;
initBlocks(row ,col);
}
public BaseShape(ArrayList blocks) {
this.blocks = blocks;
}
/**
* 向左移动
* */
【文件预览】:
RussianBlock_AF111018
----RussianBlock_AF111018()
--------bin()
--------images()
--------sound()
--------.settings()
--------src()
--------.project(397B)
--------.classpath(301B)
--------lib()