实例介绍
本项目是一个俄罗斯方块的小游戏源码,功能实现的还可以,直接点击屏幕就可以变换形态和操作左右移动以及下落加速。主要运用:Activity、Service、Broadcast Receiver、Content Provider 和 bmob 的后台服务器实现Android的俄罗斯方块。不过貌似分辨率适配做的不太好,不能动态填充屏幕,所以测试图看起来底部少了一块。我是用模拟器测试的,不知道真机上有没有这个问题。
【实例截图】
【核心代码】
Android游戏源码功能完善界面美观的俄罗斯方块
├── QQ截图20160304174326.jpg
├── QQ截图20160304174332.jpg
├── QQ截图20160304174338.jpg
├── QQ截图20160304174407.jpg
├── QQ截图20160304174412.jpg
├── QQ截图20160304174436.jpg
├── QQ截图20160304174442.jpg
├── appcodes.cn
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ ├── classes
│ │ │ └── com
│ │ │ └── example
│ │ │ ├── Bmob
│ │ │ │ ├── PersonDate.class
│ │ │ │ └── PlayerData.class
│ │ │ ├── Listenner
│ │ │ │ ├── ComeBackAdapter.class
│ │ │ │ └── HttpListenner.class
│ │ │ ├── about
│ │ │ │ ├── Findfgm.class
│ │ │ │ ├── Frdfgm.class
│ │ │ │ ├── Myfgm.class
│ │ │ │ └── WeiXinfgm.class
│ │ │ ├── androidteris
│ │ │ │ ├── AboutActivity$1.class
│ │ │ │ ├── AboutActivity.class
│ │ │ │ ├── BackService$LocalBinder.class
│ │ │ │ ├── BackService.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── CustomLoginPage$1.class
│ │ │ │ ├── CustomLoginPage$2.class
│ │ │ │ ├── CustomLoginPage.class
│ │ │ │ ├── CustomRecord$1.class
│ │ │ │ ├── CustomRecord$2.class
│ │ │ │ ├── CustomRecord$3.class
│ │ │ │ ├── CustomRecord$4$1.class
│ │ │ │ ├── CustomRecord$4.class
│ │ │ │ ├── CustomRecord$5.class
│ │ │ │ ├── CustomRecord$6.class
│ │ │ │ ├── CustomRecord$7.class
│ │ │ │ ├── CustomRecord$RecordList.class
│ │ │ │ ├── CustomRecord$ViewHandle.class
│ │ │ │ ├── CustomRecord.class
│ │ │ │ ├── CustomRegisterPage$1.class
│ │ │ │ ├── CustomRegisterPage$2$1.class
│ │ │ │ ├── CustomRegisterPage$2.class
│ │ │ │ ├── CustomRegisterPage$3.class
│ │ │ │ ├── CustomRegisterPage.class
│ │ │ │ ├── GameOver$1.class
│ │ │ │ ├── GameOver$2$1.class
│ │ │ │ ├── GameOver$2.class
│ │ │ │ ├── GameOver.class
│ │ │ │ ├── GameView.class
│ │ │ │ ├── HomePage$1.class
│ │ │ │ ├── HomePage.class
│ │ │ │ ├── MainActivity$1.class
│ │ │ │ ├── MainActivity$2.class
│ │ │ │ ├── MainActivity$3.class
│ │ │ │ ├── MainActivity$TimeThread.class
│ │ │ │ ├── MainActivity.class
│ │ │ │ ├── MusicPage$1.class
│ │ │ │ ├── MusicPage.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$raw.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R.class
│ │ │ │ ├── SettingPage$1.class
│ │ │ │ ├── SettingPage$2.class
│ │ │ │ └── SettingPage.class
│ │ │ ├── base
│ │ │ │ ├── GameTime.class
│ │ │ │ ├── Ground.class
│ │ │ │ ├── Shape$ShapeMove.class
│ │ │ │ ├── Shape.class
│ │ │ │ └── ShapeFactory.class
│ │ │ ├── constant
│ │ │ │ └── Constant.class
│ │ │ ├── controller
│ │ │ │ └── Controller.class
│ │ │ └── httputil
│ │ │ ├── CRecord.class
│ │ │ ├── HttpUtil$1.class
│ │ │ └── HttpUtil.class
│ │ └── jarlist.cache
│ ├── gen
│ │ └── com
│ │ └── example
│ │ └── androidteris
│ │ ├── BuildConfig.java
│ │ └── R.java
│ ├── ic_launcher-web.png
│ ├── libs
│ │ ├── BmobSDK_V3.4.5_1111.jar
│ │ ├── android-support-v4.jar
│ │ └── android-support-v7-appcompat.jar
│ ├── lint.xml
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── drawable-hdpi
│ │ │ ├── about.png
│ │ │ ├── about2.png
│ │ │ ├── about_pageback.jpg
│ │ │ ├── b7.jpg
│ │ │ ├── cancelbutton1.png
│ │ │ ├── checkbox_style.xml
│ │ │ ├── custom.png
│ │ │ ├── customlogin.jpg
│ │ │ ├── gameback1.jpg
│ │ │ ├── gameover1.jpg
│ │ │ ├── gameover_background.jpg
│ │ │ ├── ic_launcher.png
│ │ │ ├── log.png
│ │ │ ├── logo.png
│ │ │ ├── logo1.png
│ │ │ ├── music.png
│ │ │ ├── music_pageback.jpg
│ │ │ ├── partback.png
│ │ │ ├── pausebutton.png
│ │ │ ├── play.png
│ │ │ ├── playbutton.png
│ │ │ ├── recordicon.png
│ │ │ ├── recordicon2.png
│ │ │ ├── recordicon3.png
│ │ │ ├── settingbackground.jpg
│ │ │ ├── settingbutton1.png
│ │ │ ├── setup.png
│ │ │ ├── star_b.png
│ │ │ ├── star_g.png
│ │ │ ├── star_p.png
│ │ │ ├── star_r.png
│ │ │ ├── star_y.png
│ │ │ ├── switch_off.png
│ │ │ └── switch_on.png
│ │ ├── drawable-mdpi
│ │ │ ├── find_normal.png
│ │ │ ├── find_press.png
│ │ │ ├── friends_normal.png
│ │ │ ├── friends_press.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── myself_normal.png
│ │ │ ├── myself_press.png
│ │ │ ├── weixin_normal.png
│ │ │ └── weixin_press.png
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ ├── about_activity.xml
│ │ │ ├── activity_main.xml
│ │ │ ├── bottom.xml
│ │ │ ├── context_1.xml
│ │ │ ├── context_2.xml
│ │ │ ├── context_3.xml
│ │ │ ├── context_4.xml
│ │ │ ├── custom_info.xml
│ │ │ ├── custom_login.xml
│ │ │ ├── custom_rank.xml
│ │ │ ├── custom_record.xml
│ │ │ ├── custom_register.xml
│ │ │ ├── game_over.xml
│ │ │ ├── home_page.xml
│ │ │ ├── music_page.xml
│ │ │ ├── record_part.xml
│ │ │ ├── register_page.xml
│ │ │ ├── setting_page.xml
│ │ │ └── top.xml
│ │ ├── menu
│ │ │ └── main.xml
│ │ ├── raw
│ │ │ ├── delete1.ogg
│ │ │ ├── delete2.ogg
│ │ │ ├── delete3.ogg
│ │ │ ├── delete4.ogg
│ │ │ ├── down.ogg
│ │ │ ├── fastdown.ogg
│ │ │ ├── ka.ogg
│ │ │ ├── lost.ogg
│ │ │ ├── menubg.ogg
│ │ │ ├── rotation.ogg
│ │ │ ├── sa.ogg
│ │ │ └── seekbar.wav
│ │ ├── values
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ ├── values-v11
│ │ │ └── styles.xml
│ │ ├── values-v14
│ │ │ └── styles.xml
│ │ └── values-w820dp
│ │ └── dimens.xml
│ └── src
│ └── com
│ └── example
│ ├── Bmob
│ │ ├── PersonDate.java
│ │ └── PlayerData.java
│ ├── Listenner
│ │ ├── ComeBackAdapter.java
│ │ └── HttpListenner.java
│ ├── about
│ │ ├── Findfgm.java
│ │ ├── Frdfgm.java
│ │ ├── Myfgm.java
│ │ └── WeiXinfgm.java
│ ├── androidteris
│ │ ├── AboutActivity.java
│ │ ├── BackService.java
│ │ ├── CustomLoginPage.java
│ │ ├── CustomRecord.java
│ │ ├── CustomRegisterPage.java
│ │ ├── GameOver.java
│ │ ├── GameView.java
│ │ ├── HomePage.java
│ │ ├── MainActivity.java
│ │ ├── MusicPage.java
│ │ └── SettingPage.java
│ ├── base
│ │ ├── GameTime.java
│ │ ├── Ground.java
│ │ ├── Shape.java
│ │ └── ShapeFactory.java
│ ├── constant
│ │ └── Constant.java
│ ├── controller
│ │ └── Controller.java
│ └── httputil
│ ├── CRecord.java
│ └── HttpUtil.java
├── appcodes.cn源码说明.txt
└── 点这里查看更多优质APP源码~.url
41 directories, 200 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论