俄罗斯方块源码,详情可看我博客

时间:2022-03-31 17:14:56
【文件属性】:

文件名称:俄罗斯方块源码,详情可看我博客

文件大小:45KB

文件格式:ZIP

更新时间:2022-03-31 17:14:56

Java netbeans

public class Blocks { int[][] t={ {1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0}, {1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0}, {0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0}, {0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0}, }; int[][] l={ { 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 详情见我博客


【文件预览】:
bb
----test()
----build.xml(4KB)
----dist()
--------bb.jar(21KB)
----src()
--------GamePanel.form(2KB)
--------FenMian.java(2KB)
--------GamePanel.java(3KB)
--------MainFrame.form(3KB)
--------Controller.java(4KB)
--------MainFrame.java(5KB)
--------FenMian.form(2KB)
--------Blocks.java(1KB)
----nbproject()
--------build-impl.xml(78KB)
--------private()
--------project.xml(510B)
--------genfiles.properties(475B)
--------project.properties(2KB)
----build()
--------classes()
--------empty()
--------built-jar.properties(58B)
--------generated-sources()

网友评论