文件名称:TetrisGame
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
俄罗斯方块界面布置及部分功能package game.view
import game.config.GameConfig
import game.model.DataCarrier
import game.util.SoundPlayer
import java.awt.event.ActionEvent
import java.awt.event.ActionListener
import java.awt.event.KeyEvent
import java.util.Locale
import java.util.ResourceBundle
import javax.swing.ButtonGroup
import javax.swing.JCheckBoxMenuItem
-Tetris interface layout and some of the features package game.view import game.config.GameConfig import game.model.DataCarrier import game.util.SoundPlayer import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.KeyEvent import java.util.Locale import java.util.ResourceBundle import javax.swing.ButtonGroup import javax.swing.JCheckBoxMenuItem
import game.config.GameConfig
import game.model.DataCarrier
import game.util.SoundPlayer
import java.awt.event.ActionEvent
import java.awt.event.ActionListener
import java.awt.event.KeyEvent
import java.util.Locale
import java.util.ResourceBundle
import javax.swing.ButtonGroup
import javax.swing.JCheckBoxMenuItem
-Tetris interface layout and some of the features package game.view import game.config.GameConfig import game.model.DataCarrier import game.util.SoundPlayer import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.KeyEvent import java.util.Locale import java.util.ResourceBundle import javax.swing.ButtonGroup import javax.swing.JCheckBoxMenuItem
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TetrisGame
..........\.classpath
..........\.project
..........\.settings
..........\.........\org.eclipse.jdt.core.prefs
..........\bin
..........\...\game
..........\...\GameEntry.class
..........\...\game\config
..........\...\....\......\GameConfig.class
..........\...\....\control
..........\...\....\.......\GameController.class
..........\...\....\.......\PlayerController.class
..........\...\....\model
..........\...\....\.....\DataCarrier.class
..........\...\....\.....\TetrisBrick.class
..........\...\....\.....\TetrisMino.class
..........\...\....\.....\TetrisServer.class
..........\...\....\.....\TetrisWall.class
..........\...\....\resource
..........\...\....\........\dict.properties
..........\...\....\........\dict1.properties
..........\...\....\........\dict_en.properties
..........\...\....\........\dict_zh.properties
..........\...\....\util
..........\...\....\....\GameImages.class
..........\...\....\....\SoundPlayer.class
..........\...\....\view
..........\...\....\....\AactionListener.class
..........\...\....\....\CanvasGame.class
..........\...\....\....\DialogAbout.class
..........\...\....\....\DialogKeyConfig.class
..........\...\....\....\DialogRecords.class
..........\...\....\....\FrameGame$ExitHandler.class
..........\...\....\....\FrameGame$LocalizeHandler.class
..........\...\....\....\FrameGame.class
..........\...\....\....\FrameWelcome.class
..........\...\....\....\Layer.class
..........\...\....\....\LayerBackground.class
..........\...\....\....\LayerGame.class
..........\...\....\....\LayerInformation.class
..........\...\....\....\LayerNext.class
..........\cfgs
..........\....\game.ini
..........\images
..........\......\default
..........\......\.......\bgimg
..........\......\.......\.....\bg_01.jpg
..........\......\.......\.....\bg_01.png
..........\......\.......\.....\bg_02.jpg
..........\......\.......\.....\bg_02.png
..........\......\.......\.....\bg_03.jpg
..........\......\.......\.....\bg_03.png
..........\......\.......\.....\bg_04.jpg
..........\......\.......\.....\bg_04.png
..........\......\.......\.....\bg_05.jpg
..........\......\.......\.....\bg_05.png
..........\......\.......\.....\bg_06.jpg
..........\......\.......\.....\bg_06.png
..........\......\.......\.....\bg_07.jpg
..........\......\.......\.....\bg_07.png
..........\......\.......\.....\bg_08.jpg
..........\......\.......\.....\bg_08.png
..........\......\.......\.....\bg_09.jpg
..........\......\.......\.....\bg_09.png
..........\......\.......\.....\bg_10.jpg
..........\......\.......\.....\bg_10.png
..........\......\.......\game
..........\......\.......\....\flash.png
..........\......\.......\....\process.png
..........\......\.......\....\square.png
..........\......\.......\....\Thumbs.db
..........\......\.......\....\Window.png
..........\......\.......\strings
..........\......\.......\.......\level.png
..........\......\.......\.......\lines.png
..........\......\.......\.......\nextlevel.png
..........\......\.......\.......\numbers.png
..........\......\.......\.......\opponent.png
..........\......\.......\.......\player.png
..........\......\.......\.......\points.png
..........\src
..........\...\game
..........\...\GameEntry.java
..........\...\game\config
..........\...\....\......\GameConfig.java
..........\...\....\control
..........\...\....\.......\GameController.java
..........\...\....\.......\PlayerController.java
..........\...\....\model
..........\...\....\.....\DataCarrier.java
..........\...\....\.....\TetrisBrick.java
..........\...\....\.....\TetrisMino.java
..........\...\....\.....\TetrisServer.java
..........\...\....\.....\TetrisWall.java
..........\...\....\resource
..........\...\....\........\dict.properties
..........\...\....\........\dict1.properties
..........\...\....\........\dict_en.properties
..........\...\....\........\dict_zh.properties