实例介绍
本项目是一个基于安卓的蓝牙坦克大战项目源码,建议先开启蓝牙 点击开始按钮后连接蓝牙,然后选择地图 在游戏中有九个不同的按钮,分别有隐身,保护,发射子弹,停住,反伤,在左边的操作栏上下滑动改变按钮,分别还有,真视,停住地方坦克,全屏杀特殊技能杀对方一个生命值,和埋炸弹 ;蓝牙聊天可以与对方蓝牙用户进行聊天
【实例截图】
【核心代码】
Androidyouxiyuanmajiyulanyadetankedazhanheliaotian_A5
└── Android游戏源码基于蓝牙的坦克大战和聊天
├── TTGrame
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ └── classes
│ │ └── com
│ │ ├── ACTIVITY
│ │ │ ├── change_face2.class
│ │ │ ├── change_face.class
│ │ │ ├── choisemap_$1.class
│ │ │ ├── choisemap_$click.class
│ │ │ ├── choisemap_.class
│ │ │ ├── help.class
│ │ │ ├── ListDevice$1.class
│ │ │ ├── ListDevice$2.class
│ │ │ ├── ListDevice$3.class
│ │ │ ├── ListDevice$4.class
│ │ │ ├── ListDevice.class
│ │ │ ├── loading_.class
│ │ │ ├── MainActivity$1.class
│ │ │ ├── MainActivity.class
│ │ │ ├── menu$1.class
│ │ │ ├── menu$2.class
│ │ │ ├── menu$3.class
│ │ │ ├── menu$4.class
│ │ │ ├── menu$5.class
│ │ │ ├── menu.class
│ │ │ ├── PlayGame.class
│ │ │ ├── welcome$1.class
│ │ │ └── welcome.class
│ │ ├── entity
│ │ │ ├── Barrier.class
│ │ │ ├── Boundary.class
│ │ │ ├── Bullet.class
│ │ │ ├── Deal_Bluetooth_Info.class
│ │ │ ├── Draw_Enemy.class
│ │ │ ├── enemy_hero_tank.class
│ │ │ ├── ene_normal_tank.class
│ │ │ ├── Explode.class
│ │ │ ├── Herotank.class
│ │ │ ├── jineng.class
│ │ │ ├── loading.class
│ │ │ ├── NormalTank.class
│ │ │ ├── reward.class
│ │ │ └── Tank.class
│ │ ├── example
│ │ │ └── my_firstgame
│ │ │ ├── Ad$1.class
│ │ │ ├── Ad$2.class
│ │ │ ├── Ad.class
│ │ │ ├── BluetoothChat$1.class
│ │ │ ├── BluetoothChat$2.class
│ │ │ ├── BluetoothChat$3.class
│ │ │ ├── BluetoothChat.class
│ │ │ ├── BluetoothChatService$AcceptThread.class
│ │ │ ├── BluetoothChatService$ConnectedThread.class
│ │ │ ├── BluetoothChatService$ConnectThread.class
│ │ │ ├── BluetoothChatService.class
│ │ │ ├── BuildConfig.class
│ │ │ ├── DeviceList$1.class
│ │ │ ├── DeviceList$2.class
│ │ │ ├── DeviceList$3.class
│ │ │ ├── DeviceList.class
│ │ │ ├── Dute$1.class
│ │ │ ├── Dute$MyView.class
│ │ │ ├── Dute$MyViewes.class
│ │ │ ├── Dute.class
│ │ │ ├── R$anim.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$menu.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ └── R.class
│ │ ├── SurfaceView
│ │ │ ├── choisemap.class
│ │ │ ├── initBimap_surfaceview.class
│ │ │ ├── Menu_.class
│ │ │ ├── PlayGame.class
│ │ │ └── welcome_surfaceview.class
│ │ ├── Thread
│ │ │ ├── Bullet_go.class
│ │ │ ├── chage_Info_thread.class
│ │ │ ├── chage_Info_thread_recive.class
│ │ │ ├── chage_Info_thread_send.class
│ │ │ ├── change_face.class
│ │ │ ├── change_welcome_alpha.class
│ │ │ ├── confirm_map.class
│ │ │ ├── connect_thread.class
│ │ │ ├── hero_Tank_Go.class
│ │ │ ├── Listener_bluetooth.class
│ │ │ ├── Normal_tank_go.class
│ │ │ └── Time_thread.class
│ │ └── tools
│ │ ├── Constant.class
│ │ ├── CrashApplication.class
│ │ ├── CrashHandler$1.class
│ │ └── CrashHandler.class
│ ├── gen
│ │ └── com
│ │ └── example
│ │ └── my_firstgame
│ │ ├── BuildConfig.java
│ │ └── R.java
│ ├── ic_launcher-web.png
│ ├── libs
│ │ └── android-support-v4.jar
│ ├── lint.xml
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── anim
│ │ │ └── alpha.xml
│ │ ├── drawable-hdpi
│ │ │ ├── bomb.png
│ │ │ ├── bomb_.png
│ │ │ ├── b.png
│ │ │ ├── brick.png
│ │ │ ├── bu_bomb.png
│ │ │ ├── bullet.png
│ │ │ ├── covering.png
│ │ │ ├── double_.png
│ │ │ ├── down1.png
│ │ │ ├── down2.png
│ │ │ ├── down3.PNG
│ │ │ ├── downred1.png
│ │ │ ├── downred2.png
│ │ │ ├── downred3.PNG
│ │ │ ├── exit.png
│ │ │ ├── explode0.png
│ │ │ ├── explode1.png
│ │ │ ├── explode2.png
│ │ │ ├── explode3.png
│ │ │ ├── explode4.png
│ │ │ ├── explode5.png
│ │ │ ├── fanshang.png
│ │ │ ├── fire.png
│ │ │ ├── gameover.png
│ │ │ ├── grass.png
│ │ │ ├── hb.gif
│ │ │ ├── help.png
│ │ │ ├── herodown1.png
│ │ │ ├── herodown2.png
│ │ │ ├── herodown3.png
│ │ │ ├── herodown4.png
│ │ │ ├── heroleft1.png
│ │ │ ├── heroleft2.png
│ │ │ ├── heroleft3.png
│ │ │ ├── heroleft4.png
│ │ │ ├── heroright1.png
│ │ │ ├── heroright2.png
│ │ │ ├── heroright3.png
│ │ │ ├── heroright4.png
│ │ │ ├── heroup1.png
│ │ │ ├── heroup2.png
│ │ │ ├── heroup3.png
│ │ │ ├── heroup4.png
│ │ │ ├── hiding.png
│ │ │ ├── homedied.png
│ │ │ ├── home.png
│ │ │ ├── ice.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── jineng_fanshang.png
│ │ │ ├── jisha.png
│ │ │ ├── kill_all.png
│ │ │ ├── left1.png
│ │ │ ├── left2.png
│ │ │ ├── left3.PNG
│ │ │ ├── leftred1.png
│ │ │ ├── leftred2.png
│ │ │ ├── leftred3.PNG
│ │ │ ├── life.png
│ │ │ ├── lovely.ico
│ │ │ ├── map_1.jpg
│ │ │ ├── map_2.jpg
│ │ │ ├── map_3.jpg
│ │ │ ├── number0.png
│ │ │ ├── number1.png
│ │ │ ├── number2.png
│ │ │ ├── number3.png
│ │ │ ├── number4.png
│ │ │ ├── number5.png
│ │ │ ├── number6.png
│ │ │ ├── number7.png
│ │ │ ├── number8.png
│ │ │ ├── number9.png
│ │ │ ├── protector.png
│ │ │ ├── protect.png
│ │ │ ├── psbe.png
│ │ │ ├── reddot.png
│ │ │ ├── restart.png
│ │ │ ├── right1.png
│ │ │ ├── right2.png
│ │ │ ├── right3.PNG
│ │ │ ├── rightred1.png
│ │ │ ├── rightred2.png
│ │ │ ├── rightred3.PNG
│ │ │ ├── sea.png
│ │ │ ├── shengming.png
│ │ │ ├── shovel.png
│ │ │ ├── star.png
│ │ │ ├── stone.png
│ │ │ ├── stop_all.png
│ │ │ ├── stop.png
│ │ │ ├── tank_jiemian.jpg
│ │ │ ├── timer.png
│ │ │ ├── up1.png
│ │ │ ├── up2.png
│ │ │ ├── up3.PNG
│ │ │ ├── upred1.png
│ │ │ ├── upred2.png
│ │ │ ├── upred3.PNG
│ │ │ ├── welcome.jpg
│ │ │ └── zhenshi.png
│ │ ├── drawable-ldpi
│ │ │ ├── img01.png
│ │ │ ├── img02.png
│ │ │ ├── img03.png
│ │ │ ├── img04.png
│ │ │ ├── img05.png
│ │ │ └── img06.png
│ │ ├── drawable-mdpi
│ │ │ ├── a2.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── icon001.png
│ │ │ ├── x121.jpg
│ │ │ ├── x221.jpg
│ │ │ └── xzas1.jpg
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ ├── activity_ad.xml
│ │ │ ├── activity_bluetooth_char.xml
│ │ │ ├── activity_bluetooth_service.xml
│ │ │ ├── activity_device_list.xml
│ │ │ ├── activity_dute.xml
│ │ │ ├── activity_main.xml
│ │ │ ├── choisemap.xml
│ │ │ ├── choise.xml
│ │ │ ├── custom_title.xml
│ │ │ ├── device_name.xml
│ │ │ ├── help.xml
│ │ │ ├── list_device.xml
│ │ │ └── message.xml
│ │ ├── menu
│ │ │ ├── ad.xml
│ │ │ ├── bluetooth_char.xml
│ │ │ ├── bluetooth.xml
│ │ │ ├── device_list.xml
│ │ │ ├── dute.xml
│ │ │ └── main.xml
│ │ ├── values
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ ├── values-sw600dp
│ │ │ └── dimens.xml
│ │ ├── values-sw720dp-land
│ │ │ └── dimens.xml
│ │ ├── values-v11
│ │ │ └── styles.xml
│ │ └── values-v14
│ │ └── styles.xml
│ └── src
│ └── com
│ ├── ACTIVITY
│ │ ├── choisemap.java
│ │ ├── choisemap_.java
│ │ ├── help.java
│ │ ├── ListDevice.java
│ │ ├── MainActivity.java
│ │ ├── menu.java
│ │ ├── test.java
│ │ └── welcome.java
│ ├── entity
│ │ ├── Barrier.java
│ │ ├── Boundary.java
│ │ ├── Bullet.java
│ │ ├── Deal_Bluetooth_Info.java
│ │ ├── Draw_Enemy.java
│ │ ├── enemy_hero_tank.java
│ │ ├── ene_normal_tank.java
│ │ ├── Explode.java
│ │ ├── Herotank.java
│ │ ├── jineng.java
│ │ ├── loading.java
│ │ ├── NormalTank.java
│ │ ├── reward.java
│ │ └── Tank.java
│ ├── example
│ │ └── my_firstgame
│ │ ├── Ad.java
│ │ ├── BluetoothChat.java
│ │ ├── BluetoothChatService.java
│ │ ├── DeviceList.java
│ │ └── Dute.java
│ ├── SurfaceView
│ │ ├── choisemap.java
│ │ ├── initBimap_surfaceview.java
│ │ ├── Menu_.java
│ │ ├── PlayGame.java
│ │ └── welcome_surfaceview.java
│ ├── Thread
│ │ ├── Bullet_go.java
│ │ ├── chage_Info_thread.java
│ │ ├── chage_Info_thread_recive.java
│ │ ├── chage_Info_thread_send.java
│ │ ├── change_face.java
│ │ ├── change_welcome_alpha.java
│ │ ├── confirm_map.java
│ │ ├── connect_thread.java
│ │ ├── hero_Tank_Go.java
│ │ ├── Listener_bluetooth.java
│ │ ├── Normal_tank_go.java
│ │ └── Time_thread.java
│ └── tools
│ ├── Constant.java
│ ├── CrashApplication.java
│ └── CrashHandler.java
├── 源码说明.txt
└── 说明.htm
40 directories, 287 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论