資源簡介
語言:java
開發工具:Eclipse
項目概要
拼圖游戲是一款風靡一時的游戲。玩家需要點擊拼圖來切換某個圖塊的位置,最后達到讓所有圖塊組合成一張拼圖的目標,玩家可以選擇拼圖的圖片、拼圖的難度等級,還可以在拼圖的過程中,查看拼圖模板,以減少拼圖難度。

代碼片段和文件信息
package?com;
import?javax.swing.JButton;
public?class?Button?extends?JButton?{
int?row;
int?col;
public?int?getRow()?{
return?row;
}
public?void?setRow(int?row)?{
this.row?=?row;
}
public?int?getCol()?{
return?col;
}
public?void?setCol(int?col)?{
this.col?=?col;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\
?????文件?????????340??2018-09-10?15:07??拼圖游戲\.classpath
?????文件?????????388??2018-09-11?22:20??拼圖游戲\.project
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\.settings\
?????文件?????????598??2018-09-10?13:37??拼圖游戲\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\bin\
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\bin\com\
?????文件?????????629??2018-09-11?22:20??拼圖游戲\bin\com\Button.class
?????文件????????1814??2018-09-11?22:21??拼圖游戲\bin\com\ImageUtil.class
?????文件?????????847??2018-09-11?22:20??拼圖游戲\bin\com\MainPanel$1.class
?????文件????????3761??2018-09-11?22:20??拼圖游戲\bin\com\MainPanel.class
?????文件?????????624??2018-09-11?22:20??拼圖游戲\bin\com\Puzzle$1.class
?????文件?????????644??2018-09-11?22:20??拼圖游戲\bin\com\Puzzle$2.class
?????文件????????1366??2018-09-11?22:20??拼圖游戲\bin\com\Puzzle$3.class
?????文件????????4846??2018-09-11?22:20??拼圖游戲\bin\com\Puzzle.class
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\img\
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\img\type1\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type1\3\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type1\4\
?????目錄???????????0??2018-09-10?15:13??拼圖游戲\img\type1\5\
?????文件???????73256??2018-09-11?12:49??拼圖游戲\img\type1\index.jpg
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\img\type2\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type2\3\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type2\4\
?????目錄???????????0??2018-09-10?15:13??拼圖游戲\img\type2\5\
?????文件???????27644??2018-09-11?12:49??拼圖游戲\img\type2\index.jpg
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\img\type3\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type3\3\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type3\4\
?????目錄???????????0??2018-09-10?15:13??拼圖游戲\img\type3\5\
?????文件???????39414??2018-09-11?12:49??拼圖游戲\img\type3\index.jpg
............此處省略13個文件信息
- 上一篇:花卉管理系統
- 下一篇:很強的Java加密解密算法源碼.zip
評論
共有 條評論