J2ME俄罗斯方块代码

时间:2012-07-21 11:18:45
【文件属性】:

文件名称:J2ME俄罗斯方块代码

文件大小:18KB

文件格式:RAR

更新时间:2012-07-21 11:18:45

J2ME俄罗斯

绝对真实可以运行的 和你玩过的差不多 public void paintMap(Graphics g) { // 循环绘制地图 for (int row = 0; row < map.length; row++) { for (int col = 0; col < map[row].length; col++) { // 是否绘制 if (map[row][col] == 1) { paintCell(g, col * CELLWIDTH, row * CELLWIDTH); } } } }


【文件预览】:
els
----.project(535B)
----bin()
--------com()
----.settings()
--------org.eclipse.jdt.core.prefs(208B)
----els.jad(185B)
----src()
--------com()
----verified()
--------libs()
--------classes()
----.eclipseme(241B)
----res()
----.classpath(242B)

网友评论