消消乐A1版源码和要点


消消乐A1版模块和功能点:1.片头GAME_INFO:等待4秒或者鼠标点击任意地方,进入游戏菜单。2.游戏菜单GAME_MENU:点击开始按钮,开始游戏。3.游戏过程GAME_SET:点击两个动物交换。玩家操作十步,结束。4.游戏结束GAME_RESULT:游戏结束,鼠标点击任意地方,再来一局。A1版做4个场景,只交换,不做消除。学习状态的编程,消除和产生新块、下落,看A2版。
资源截图
代码片段和文件信息
package com.example.ani;

public class Point {
public int x;
public int y;
public Point(int x int y) {
super();
this.x = x;
this.y = y;
}
public Point() {
// TODO Auto-generated constructor stub
}

public void setxy(int x int y) {
this.x = x;
this.y = y;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        232  2017-09-10 06:00  消消乐A1 0814xxlA1.classpath

     文件        381  2018-08-08 14:04  消消乐A1 0814xxlA1.project

     文件        538  2018-08-08 14:04  消消乐A1 0814xxlA1incomexampleaniPoint.class

     文件        857  2018-08-08 14:11  消消乐A1 0814xxlA1incomexampleaniRect.class

     文件       1088  2018-08-08 14:04  消消乐A1 0814xxlA1incomexampleappex3Game.class

     文件       2005  2018-08-14 16:33  消消乐A1 0814xxlA1incomexampleappex3GameManage.class

     文件       1986  2018-08-08 14:21  消消乐A1 0814xxlA1incomexampleappex3GamePanel.class

     文件       1390  2018-08-08 14:40  消消乐A1 0814xxlA1incomexampleappex3GameTool.class

     文件       1413  2018-08-08 14:04  消消乐A1 0814xxlA1incomexampleappex3R.class

     文件       1226  2018-08-14 16:26  消消乐A1 0814xxlA1incomexamplegameGameInfo.class

     文件       1815  2018-08-14 16:25  消消乐A1 0814xxlA1incomexamplegameGameMenu.class

     文件       4089  2018-08-14 16:28  消消乐A1 0814xxlA1incomexamplegameGamePlay.class

     文件       1427  2018-08-14 16:08  消消乐A1 0814xxlA1incomexamplegameGameResult.class

     文件       1593  2018-08-14 16:06  消消乐A1 0814xxlA1incomexamplegameXXLtouch.class

     文件       2998  2017-09-10 06:03  消消乐A1 0814xxlA1imgclearani1.png

     文件       3043  2017-09-10 06:03  消消乐A1 0814xxlA1imgclearani2.png

     文件       3043  2017-09-10 06:03  消消乐A1 0814xxlA1imgclearani3.png

     文件       3043  2017-09-10 06:03  消消乐A1 0814xxlA1imgclearani4.png

     文件       2994  2017-09-10 06:03  消消乐A1 0814xxlA1imgclearani5.png

     文件       2825  2018-08-22 07:25  消消乐A1 0814xxlA1imgclearani6.png

     文件      87300  2018-08-08 13:45  消消乐A1 0814xxlA1imggamewin.png

     文件       3777  2017-09-10 06:03  消消乐A1 0814xxlA1imgic_launcher.png

     文件       4928  2017-09-10 06:03  消消乐A1 0814xxlA1imgitem1.png

     文件       4933  2017-09-10 06:03  消消乐A1 0814xxlA1imgitem2.png

     文件       4946  2017-09-10 06:03  消消乐A1 0814xxlA1imgitem3.png

     文件       4753  2017-09-10 06:03  消消乐A1 0814xxlA1imgitem4.png

     文件       5222  2017-09-10 06:03  消消乐A1 0814xxlA1imgitem5.png

     文件     369336  2018-08-08 14:15  消消乐A1 0814xxlA1imgmenu.png

     文件       9052  2018-08-08 13:48  消消乐A1 0814xxlA1img eaminfo.png

     文件        301  2017-09-10 06:01  消消乐A1 0814xxlA1srccomexampleaniPoint.java

............此处省略39个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)