资源简介
贪吃蛇有两个关卡,无尽关卡,基础关卡,有记分,代码不是很难

代码片段和文件信息
package tanshishe;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
public class About extends JPanel{
/**
* 关于画布类
*/
private static final long serialVersionUID = -6627368364446704294L;
ImageIcon help1 = new ImageIcon(getClass().getResource(“about1.png“));
ImageIcon help2 = new ImageIcon(getClass().getResource(“about2.png“));
ImageIcon img1 = new ImageIcon(Homepage.class.getResource(“back.png“));
JButton bt1 = new JButton(img1);
JLabel title1=new JLabel(help1);
JLabel title2=new JLabel(help2);
public About(){
this.setLayout(null);
bt1.setBounds(780 430 47 34);
this.add(bt1);
title1.setBounds(330 20 162 99);
this.add(title1);
title2.setBounds(35 190 776 143);
this.add(title2);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 301 2016-04-08 21:42 贪食蛇\.classpath
文件 385 2016-04-08 21:42 贪食蛇\.project
文件 598 2016-04-08 21:42 贪食蛇\.settings\org.eclipse.jdt.core.prefs
文件 15868 2016-03-11 18:08 贪食蛇\bin\tanshishe\0.png
文件 1309 2016-04-08 21:44 贪食蛇\bin\tanshishe\About.class
文件 18224 2016-03-19 10:58 贪食蛇\bin\tanshishe\about.png
文件 16894 2016-03-19 11:07 贪食蛇\bin\tanshishe\about1.png
文件 43901 2016-03-20 01:40 贪食蛇\bin\tanshishe\about2.png
文件 16879 2016-03-14 19:55 贪食蛇\bin\tanshishe\back.png
文件 4330044 2016-03-20 00:00 贪食蛇\bin\tanshishe\bg_1.wav
文件 1290 2016-03-17 19:11 贪食蛇\bin\tanshishe\buttion.wav
文件 71036 2016-03-17 21:17 贪食蛇\bin\tanshishe\classic.png
文件 18629 2016-03-16 22:39 贪食蛇\bin\tanshishe\down.png
文件 6188 2016-02-16 11:16 贪食蛇\bin\tanshishe\eat.wav
文件 65355 2016-03-17 21:17 贪食蛇\bin\tanshishe\Endless.png
文件 22608 2016-03-16 23:00 贪食蛇\bin\tanshishe\enter.png
文件 68867 2016-03-17 21:17 贪食蛇\bin\tanshishe\explore.png
文件 70044 2016-03-08 19:28 贪食蛇\bin\tanshishe\fail.wav
文件 1197 2016-04-08 21:44 贪食蛇\bin\tanshishe\Food.class
文件 980 2016-03-10 12:19 贪食蛇\bin\tanshishe\food1.png
文件 21950 2016-03-10 17:06 贪食蛇\bin\tanshishe\food2.png
文件 10162 2016-04-08 21:44 贪食蛇\bin\tanshishe\Game.class
文件 8103 2016-03-09 22:45 贪食蛇\bin\tanshishe\game_over.png
文件 15553 2016-03-10 15:37 贪食蛇\bin\tanshishe\greenstar1.png
文件 15550 2016-03-10 15:37 贪食蛇\bin\tanshishe\greenstar2.png
文件 15554 2016-03-10 15:37 贪食蛇\bin\tanshishe\greenstar3.png
文件 3077 2016-03-13 13:52 贪食蛇\bin\tanshishe\greenstar4.gif
文件 995 2016-03-09 22:06 贪食蛇\bin\tanshishe\greenstar4.png
文件 1944 2016-03-09 22:56 贪食蛇\bin\tanshishe\grid1.png
文件 1419 2016-04-08 21:44 贪食蛇\bin\tanshishe\Help.class
............此处省略156个文件信息
相关资源
- 贪吃蛇源代码.fla
- 贪吃蛇游戏设计(汇编语言)
- Scratch 贪吃蛇 素材及代码
- Scratch 贪吃蛇 小游戏源码
- Scratch 好玩的贪吃蛇1.0
- Scratch 贪吃蛇.sb3 小游戏源码
- as3.0贪吃蛇源码 实现了基本功能
- unity3d制作贪吃蛇
- OpenGL 3D贪吃蛇程序,很小
- 桌面图标贪吃蛇游戏
- appinventor超简易贪吃蛇源码.rar
- stm32 贪吃蛇
- cocos-creator贪吃蛇
- 汇编贪吃蛇masm版本
- 贪吃蛇Verilog
- 基于VHDL的贪吃蛇小游戏
- STM32+lcd12864串行方式显示贪吃蛇代码
- 安卓贪吃蛇游戏开发源代码及开发文
- 贪吃蛇游戏的FPGA实现课程设计报告—
- 贪吃蛇.zip235508
- VERILOG语言编写的贪吃蛇小游戏
- 基于STM32的贪吃蛇
- VC做的贪吃蛇
- 用Verilog编写的贪吃蛇游戏
- QT4.8做的五彩贪吃蛇游戏
- 12864液晶带字库+不带字库+51单片机贪
- 基于qt实现的贪吃蛇游戏
- 安卓贪吃蛇小游戏
- 基于ARM STM32F429的红外遥控贪吃蛇游戏
- 智能寻路贪吃蛇 AI
评论
共有 条评论