搜索资源列表
andoid二维碰撞检测引擎
- andoid二维碰撞检测引擎,一般来说开发android系统当遇到复杂的碰撞检测时都采用游戏引擎来实现-andoid two-dimensional collision detection engine, the general development of the android system when faced with a complex of collision detection were achieved using the game engine
DownLoad
- 从零开始OPHONE 游戏编程 这是从ophone开发者社区下载的,使用于android,挺好的学习资料 , 内容包括: 第一章 搭建OPhone开发环境 第二章 创建第一个OPhone程序Hello Tank 第三章 显示文字和图片 第四章 响应用户事件 第五章 小结——扫雷游戏的实现 第六章 SurfaceView动画 第七章 精灵、帧动画与碰撞
AnimatorDemo4
- android游戏简单教程,关于图像绘制,碰撞检测-android games simple tutorial on the image rendering, collision detection, etc.
Ball_Game
- 用java写的android平台上的小游戏,是以前八位游戏机上的一个游戏,碰撞小球-Using java to write the android platform games, is a former eight games on the game, the ball collision
Box2dexample
- 这是一个结合android碰撞检测中游戏引擎的实例,可以帮助更快更好理解游戏引擎-This is a combination of android game engine collision detection example, can help to understand faster and better game engine
Mygame
- 一个简单的“躲避球”的游戏。 (会有石子撞过来,玩家通过触屏避开石子。不被碰撞的时间越长,分数越高。) 哈哈,之前没有接触过JAVA,不好之处,见谅~ ================== = 已经过Android 2.1测试 = ================== -A simple "dodge ball" game. (There will be stones hit over the player through
wallpaper-Ball(good)
- 基于android实现的动态壁纸,该壁纸为小球的动态碰撞-Based on android dynamic wallpaper, the wallpaper for the dynamic collision of the ball
CircleCollision
- 在android游戏中判断两个圆之前是否碰撞-Detect the collision between the two circles in the android
2DKeep_out_and_collision
- android项目的2d图片遮挡、碰撞的实现代码,游戏开发中很重要。-2d pictures of the Android project block, collision code, game development is very important.
BumpingBalls
- Java碰撞的小球,可运行于手机客户端的一个JAVA小程序,可用于碰撞游戏的编写,碰撞检测代码,小球在运行过程中碰撞到屏幕边缘即回弹再次运行。-Java collision ball, running on a mobile client JAVA applet can be used for the preparation of the collision game, the collision detection code, the ball rebound again run to the
Plane
- 一个android的飞行类游戏,实现了碰撞检测,动画,地图卷轴滚动等特效。-A flight games android, collision detection, animation, map scrolls scroll effects.
air-Plane
- 太空射击游戏源码,有碰撞检测功能,画面效果很华丽·-Space shooter source, collision detection function, the screen effect is very gorgeous
gameDemo1
- 物件控制 此範例為物件移動旋轉與縮放的操作以及物件與物件的碰撞或包含判斷,右上方的android公仔為主要的物件,可以透過鍵盤方向鍵進行移動旋轉與縮放,右上方的」ˇ按鈕」為切換移動或旋轉縮放的控制項,當公仔移動到藍色區域,就會判斷是否與藍色區域進行碰撞,而一旦公仔將紅色區域完全覆蓋,就會判斷為包含狀態。-The object control moving object rotation and scaling operations as well as objects and object
Particlycocowang
- 一款仿愤怒的小鸟的游戏源码,包涵3D效果,碰撞检测,供大家参考-A fake angry birds game source code, includes the 3D effect, collision detection, for your reference
bull
- 手机游戏开发 实例演示 碰撞的小球 内含有简单开发源码程序-Mobile game development examples demonstrate the collision of small ball containing a simple open source program
AndroidCollisionDetection
- 安卓软件开发教程,如何判断精灵间的碰撞。-Android software development tutorial, how to determine the collision between the wizard.
AndroidPlane
- 安卓游戏开发,简单的飞机射击游戏,判断精灵的碰撞。实测可运行。-Android game development, a simple plane shooting game.
Man-20s-android
- 男人撑过二十秒源码android版,使用重力感应器来操控游戏。玩家要躲避丑女人,用到了Android检测碰撞技术,检测两个圆是否相交,如果出了边界就抛异常,看向一个人, 一般用于在刚刚出来的时候,将自己的方向朝向男人,检测与另一个人是否碰撞,学习游戏编写时定义各种控制器、游戏面板、感应器管理器、创建控制器及面板对象并关连、将事件交由controller捕获处理、系统初始化等。 -Men get through twenty seconds source android version, use
plane_study
- 一个简单的飞行射击类游戏代码,功能齐全,包括敌机,子弹生成,碰撞检测等功能,不错的学习资料-A simple flight shooting game code, complete functions, including the enemy, bullets generation, collision detection and other functions, good learning materials
任意多边形碰撞检测
- 任意多边形碰撞检测,在android手机上直观显示两个图形 ■■■■■■■■说明★★★★★★★★ 点击屏幕设置顶点坐标 点击手机菜单键设定下一个多边形的顶点 其他更多操作请自行阅读源码的onTouchEvent()查看操作按键 本算法不是最优算法,仅作测试用