实例介绍
最新的AndEngine资源奉上!源代码,例子,还有jar包一应俱全
【实例截图】
【核心代码】
6af4f659-81f2-46e8-b7b3-e71b8ee62b22
├── andengineaugmentedrealityextension.jar
├── andengine.jar
├── andenginemodplayerextension.jar
├── andenginemultiplayerextension.jar
├── andenginemultitouchextension.jar
├── andenginephysicsbox2dextension.jar
├── AndEngineSamples
│ ├── AndroidManifest.xml
│ ├── assets
│ │ ├── font
│ │ │ ├── Droid.ttf
│ │ │ ├── KingdomOfHearts.ttf
│ │ │ ├── NeverwinterNights.ttf
│ │ │ ├── Plok.ttf
│ │ │ └── UnrealTournament.ttf
│ │ ├── gfx
│ │ │ ├── background_grass.png
│ │ │ ├── badge.png
│ │ │ ├── banana_tiled.png
│ │ │ ├── box.png
│ │ │ ├── carddeck_tiled.png
│ │ │ ├── chromatic_circle.png
│ │ │ ├── click_to_unload.png
│ │ │ ├── desert_tiled.png
│ │ │ ├── enemy.png
│ │ │ ├── face_box_menu.png
│ │ │ ├── face_box.png
│ │ │ ├── face_box_tiled.png
│ │ │ ├── face_circle_tiled.png
│ │ │ ├── face_hexagon_tiled.png
│ │ │ ├── face_triangle_tiled.png
│ │ │ ├── frog.png
│ │ │ ├── helicopter_tiled.png
│ │ │ ├── i_love_8_bit.png
│ │ │ ├── imageformat_bmp.bmp
│ │ │ ├── imageformat_gif.gif
│ │ │ ├── imageformat_gif.png
│ │ │ ├── imageformat_jpg.jpg
│ │ │ ├── imageformat_png.png
│ │ │ ├── menu_background.png
│ │ │ ├── menu_back.png
│ │ │ ├── menu_ok.png
│ │ │ ├── menu_quit.png
│ │ │ ├── menu_reset.png
│ │ │ ├── next.png
│ │ │ ├── notes.png
│ │ │ ├── onscreen_control_base.png
│ │ │ ├── onscreen_control_knob.png
│ │ │ ├── parallax_background_layer_back.png
│ │ │ ├── parallax_background_layer_front.png
│ │ │ ├── parallax_background_layer_mid.png
│ │ │ ├── particle_fire.png
│ │ │ ├── particle_point.png
│ │ │ ├── paused.png
│ │ │ ├── player.png
│ │ │ ├── racetrack_curve.png
│ │ │ ├── racetrack_straight.png
│ │ │ ├── radar.png
│ │ │ ├── radarpoint.png
│ │ │ ├── snake_background.png
│ │ │ ├── snake_head.png
│ │ │ ├── snake_tailpart.png
│ │ │ ├── snapdragon_tiled.png
│ │ │ ├── tank.png
│ │ │ ├── toggle_button.png
│ │ │ └── vehicles.png
│ │ ├── level
│ │ │ └── example.lvl
│ │ ├── mfx
│ │ │ ├── explosion.ogg
│ │ │ ├── game_over.ogg
│ │ │ ├── lepeltheme.mod
│ │ │ ├── munch.ogg
│ │ │ └── wagner_the_ride_of_the_valkyries.ogg
│ │ └── tmx
│ │ ├── desert.tmx
│ │ ├── desert.tsx
│ │ └── desert_with_tsx_tileset.tmx
│ ├── bin
│ │ ├── AndEngineSamples.apk
│ │ ├── classes.dex
│ │ ├── org
│ │ │ └── anddev
│ │ │ └── andengine
│ │ │ └── examples
│ │ │ ├── adt
│ │ │ │ ├── card
│ │ │ │ │ ├── Card.class
│ │ │ │ │ ├── Color.class
│ │ │ │ │ └── Value.class
│ │ │ │ └── cityradar
│ │ │ │ └── City.class
│ │ │ ├── AnalogOnScreenControlExample$1.class
│ │ │ ├── AnalogOnScreenControlExample.class
│ │ │ ├── AnalogOnScreenControlsExample$1.class
│ │ │ ├── AnalogOnScreenControlsExample$2.class
│ │ │ ├── AnalogOnScreenControlsExample.class
│ │ │ ├── AnimatedSpritesExample.class
│ │ │ ├── app
│ │ │ │ └── cityradar
│ │ │ │ ├── CityRadarActivity$1.class
│ │ │ │ ├── CityRadarActivity$GeoMath.class
│ │ │ │ └── CityRadarActivity.class
│ │ │ ├── AugmentedRealityExample.class
│ │ │ ├── AugmentedRealityHorizonExample.class
│ │ │ ├── AutoParallaxBackgroundExample.class
│ │ │ ├── BaseExample.class
│ │ │ ├── BasePhysicsJointExample$1.class
│ │ │ ├── BasePhysicsJointExample.class
│ │ │ ├── benchmark
│ │ │ │ ├── AnimationBenchmark.class
│ │ │ │ ├── BaseBenchmark$1.class
│ │ │ │ ├── BaseBenchmark$2.class
│ │ │ │ ├── BaseBenchmark$3.class
│ │ │ │ ├── BaseBenchmark$4.class
│ │ │ │ ├── BaseBenchmark$5.class
│ │ │ │ ├── BaseBenchmark$6.class
│ │ │ │ ├── BaseBenchmark$7$1.class
│ │ │ │ ├── BaseBenchmark$7.class
│ │ │ │ ├── BaseBenchmark$8.class
│ │ │ │ ├── BaseBenchmark.class
│ │ │ │ ├── ParticleSystemBenchmark.class
│ │ │ │ ├── PhysicsBenchmark$1$1.class
│ │ │ │ ├── PhysicsBenchmark$1.class
│ │ │ │ ├── PhysicsBenchmark.class
│ │ │ │ ├── ShapeModifierBenchmark.class
│ │ │ │ ├── SpriteBenchmark.class
│ │ │ │ └── TickerTextBenchmark.class
│ │ │ ├── BoundCameraExample$1.class
│ │ │ ├── BoundCameraExample$2.class
│ │ │ ├── BoundCameraExample.class
│ │ │ ├── ChangeableTextExample$1.class
│ │ │ ├── ChangeableTextExample.class
│ │ │ ├── CollisionDetectionExample$1.class
│ │ │ ├── CollisionDetectionExample$2.class
│ │ │ ├── CollisionDetectionExample$3.class
│ │ │ ├── CollisionDetectionExample.class
│ │ │ ├── ColorKeyTextureSourceDecoratorExample.class
│ │ │ ├── CoordinateConversionExample$1.class
│ │ │ ├── CoordinateConversionExample$2.class
│ │ │ ├── CoordinateConversionExample$3.class
│ │ │ ├── CoordinateConversionExample.class
│ │ │ ├── CustomFontExample.class
│ │ │ ├── DigitalOnScreenControlExample$1.class
│ │ │ ├── DigitalOnScreenControlExample.class
│ │ │ ├── EaseFunctionExample$1.class
│ │ │ ├── EaseFunctionExample$2.class
│ │ │ ├── EaseFunctionExample$3.class
│ │ │ ├── EaseFunctionExample.class
│ │ │ ├── game
│ │ │ │ ├── racer
│ │ │ │ │ ├── RacerGameActivity$1.class
│ │ │ │ │ └── RacerGameActivity.class
│ │ │ │ └── snake
│ │ │ │ ├── adt
│ │ │ │ │ ├── Direction.class
│ │ │ │ │ └── SnakeSuicideException.class
│ │ │ │ ├── entity
│ │ │ │ │ ├── AnimatedCellEntity.class
│ │ │ │ │ ├── CellEntity.class
│ │ │ │ │ ├── Frog.class
│ │ │ │ │ ├── ICellEntity.class
│ │ │ │ │ ├── Snake.class
│ │ │ │ │ ├── SnakeHead.class
│ │ │ │ │ └── SnakeTailPart.class
│ │ │ │ ├── SnakeGameActivity$1.class
│ │ │ │ ├── SnakeGameActivity$2.class
│ │ │ │ ├── SnakeGameActivity$3.class
│ │ │ │ ├── SnakeGameActivity.class
│ │ │ │ └── util
│ │ │ │ └── constants
│ │ │ │ └── SnakeConstants.class
│ │ │ ├── ImageFormatsExample$1$1.class
│ │ │ ├── ImageFormatsExample$1.class
│ │ │ ├── ImageFormatsExample.class
│ │ │ ├── launcher
│ │ │ │ ├── Example.class
│ │ │ │ ├── ExampleGroup.class
│ │ │ │ ├── ExampleLauncher$1.class
│ │ │ │ ├── ExampleLauncher.class
│ │ │ │ └── ExpandableExampleLauncherListAdapter.class
│ │ │ ├── LevelLoaderExample$1.class
│ │ │ ├── LevelLoaderExample$2.class
│ │ │ ├── LevelLoaderExample.class
│ │ │ ├── LineExample.class
│ │ │ ├── LoadTextureExample$1.class
│ │ │ ├── LoadTextureExample.class
│ │ │ ├── MenuExample.class
│ │ │ ├── ModPlayerExample$1.class
│ │ │ ├── ModPlayerExample$2.class
│ │ │ ├── ModPlayerExample$3.class
│ │ │ ├── ModPlayerExample.class
│ │ │ ├── MovingBallExample$Ball.class
│ │ │ ├── MovingBallExample.class
│ │ │ ├── MultiplayerExample$10.class
│ │ │ ├── MultiplayerExample$1.class
│ │ │ ├── MultiplayerExample$2.class
│ │ │ ├── MultiplayerExample$3.class
│ │ │ ├── MultiplayerExample$4.class
│ │ │ ├── MultiplayerExample$5.class
│ │ │ ├── MultiplayerExample$6.class
│ │ │ ├── MultiplayerExample$7.class
│ │ │ ├── MultiplayerExample$8$1.class
│ │ │ ├── MultiplayerExample$8$2.class
│ │ │ ├── MultiplayerExample$8.class
│ │ │ ├── MultiplayerExample$9.class
│ │ │ ├── MultiplayerExample$AddFaceServerMessage.class
│ │ │ ├── MultiplayerExample$ExampleClientConnectionListener.class
│ │ │ ├── MultiplayerExample$ExampleServerConnectionListener.class
│ │ │ ├── MultiplayerExample$ExampleServerStateListener.class
│ │ │ ├── MultiplayerExample.class
│ │ │ ├── MultiTouchExample$1.class
│ │ │ ├── MultiTouchExample.class
│ │ │ ├── MusicExample$1.class
│ │ │ ├── MusicExample.class
│ │ │ ├── ParticleSystemCoolExample.class
│ │ │ ├── ParticleSystemNexusExample.class
│ │ │ ├── ParticleSystemSimpleExample$1.class
│ │ │ ├── ParticleSystemSimpleExample.class
│ │ │ ├── PathModifierExample$1.class
│ │ │ ├── PathModifierExample.class
│ │ │ ├── PauseExample.class
│ │ │ ├── PhysicsCollisionFilteringExample$1.class
│ │ │ ├── PhysicsCollisionFilteringExample.class
│ │ │ ├── PhysicsExample$1.class
│ │ │ ├── PhysicsExample.class
│ │ │ ├── PhysicsFixedStepExample$1.class
│ │ │ ├── PhysicsFixedStepExample.class
│ │ │ ├── PhysicsJumpExample$1.class
│ │ │ ├── PhysicsJumpExample$2.class
│ │ │ ├── PhysicsJumpExample.class
│ │ │ ├── PhysicsRemoveExample.class
│ │ │ ├── PhysicsRevoluteJointExample$1.class
│ │ │ ├── PhysicsRevoluteJointExample.class
│ │ │ ├── PinchZoomExample$1.class
│ │ │ ├── PinchZoomExample.class
│ │ │ ├── R$array.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$string.class
│ │ │ ├── R.class
│ │ │ ├── RectangleExample.class
│ │ │ ├── RepeatingSpriteBackgroundExample$1.class
│ │ │ ├── RepeatingSpriteBackgroundExample.class
│ │ │ ├── Rotation3DExample$1.class
│ │ │ ├── Rotation3DExample.class
│ │ │ ├── ShapeModifierExample$1$1.class
│ │ │ ├── ShapeModifierExample$1.class
│ │ │ ├── ShapeModifierExample$2$1.class
│ │ │ ├── ShapeModifierExample$2.class
│ │ │ ├── ShapeModifierExample.class
│ │ │ ├── ShapeModifierIrregularExample$1$1.class
│ │ │ ├── ShapeModifierIrregularExample$1.class
│ │ │ ├── ShapeModifierIrregularExample.class
│ │ │ ├── SoundExample$1.class
│ │ │ ├── SoundExample.class
│ │ │ ├── SplitScreenExample$1.class
│ │ │ ├── SplitScreenExample.class
│ │ │ ├── SpriteExample.class
│ │ │ ├── SpriteRemoveExample$1.class
│ │ │ ├── SpriteRemoveExample.class
│ │ │ ├── StrokeFontExample.class
│ │ │ ├── SubMenuExample.class
│ │ │ ├── TextExample.class
│ │ │ ├── TextMenuExample.class
│ │ │ ├── TextureOptionsExample.class
│ │ │ ├── TickerTextExample.class
│ │ │ ├── TMXTiledMapExample$1.class
│ │ │ ├── TMXTiledMapExample$2.class
│ │ │ ├── TMXTiledMapExample$3.class
│ │ │ ├── TMXTiledMapExample.class
│ │ │ ├── TouchDragExample$1.class
│ │ │ ├── TouchDragExample.class
│ │ │ ├── UnloadResourcesExample$1$1.class
│ │ │ ├── UnloadResourcesExample$1.class
│ │ │ ├── UnloadResourcesExample.class
│ │ │ ├── UpdateTextureExample$1.class
│ │ │ ├── UpdateTextureExample.class
│ │ │ ├── XMLLayoutExample$1.class
│ │ │ ├── XMLLayoutExample.class
│ │ │ ├── ZoomExample$1.class
│ │ │ └── ZoomExample.class
│ │ └── resources.ap_
│ ├── default.properties
│ ├── doc
│ │ ├── benchmarks.pdf
│ │ ├── benchmarks.xlsx
│ │ ├── culling_benchmark.png
│ │ └── culling_benchmark.xlsx
│ ├── ext
│ │ └── img
│ │ ├── face_box_tiled.svg
│ │ ├── face_circle_tiled.svg
│ │ ├── face_hexagon_tiled.svg
│ │ ├── face_triangle_tiled.svg
│ │ ├── onscreen_control_base.svg
│ │ ├── onscreen_control_knob.svg
│ │ ├── parallax_background_layer_back.svg
│ │ ├── parallax_background_layer_front.svg
│ │ ├── parallax_background_layer_mid.svg
│ │ ├── parallax_background.svg
│ │ ├── particle_fire.svg
│ │ ├── particle_halo.svg
│ │ ├── particle_point.svg
│ │ ├── particle_square.svg
│ │ ├── particle.svg
│ │ ├── snake_head.pdn
│ │ ├── snake_head.svg
│ │ ├── snake_tailpart.pdn
│ │ ├── snake_tailpart.svg
│ │ ├── snake_texture.png
│ │ └── toggle_button.svg
│ ├── gen
│ │ └── org
│ │ └── anddev
│ │ └── andengine
│ │ └── examples
│ │ └── R.java
│ ├── lib
│ │ ├── andengineaugmentedrealityextension.jar
│ │ ├── andengine.jar
│ │ ├── andenginelivewallpaperextension.jar
│ │ ├── andenginemodplayerextension.jar
│ │ ├── andenginemultiplayerextension.jar
│ │ ├── andenginemultitouchextension.jar
│ │ └── andenginephysicsbox2dextension.jar
│ ├── libs
│ │ └── armeabi
│ │ ├── libandenginephysicsbox2dextension.so
│ │ └── libxmp.so
│ ├── res
│ │ ├── drawable-hdpi
│ │ │ └── icon.png
│ │ ├── drawable-ldpi
│ │ │ └── icon.png
│ │ ├── drawable-mdpi
│ │ │ └── icon.png
│ │ ├── layout
│ │ │ ├── list_examples.xml
│ │ │ ├── listrow_examplegroup.xml
│ │ │ ├── listrow_example.xml
│ │ │ └── xmllayoutexample.xml
│ │ └── values
│ │ ├── strings.xml
│ │ └── versions.xml
│ └── src
│ └── org
│ └── anddev
│ └── andengine
│ └── examples
│ ├── adt
│ │ ├── card
│ │ │ ├── Card.java
│ │ │ ├── Color.java
│ │ │ └── Value.java
│ │ └── cityradar
│ │ └── City.java
│ ├── AnalogOnScreenControlExample.java
│ ├── AnalogOnScreenControlsExample.java
│ ├── AnimatedSpritesExample.java
│ ├── app
│ │ └── cityradar
│ │ └── CityRadarActivity.java
│ ├── AugmentedRealityExample.java
│ ├── AugmentedRealityHorizonExample.java
│ ├── AutoParallaxBackgroundExample.java
│ ├── BaseExample.java
│ ├── BasePhysicsJointExample.java
│ ├── benchmark
│ │ ├── AnimationBenchmark.java
│ │ ├── BaseBenchmark.java
│ │ ├── ParticleSystemBenchmark.java
│ │ ├── PhysicsBenchmark.java
│ │ ├── ShapeModifierBenchmark.java
│ │ ├── SpriteBenchmark.java
│ │ └── TickerTextBenchmark.java
│ ├── BoundCameraExample.java
│ ├── ChangeableTextExample.java
│ ├── CollisionDetectionExample.java
│ ├── ColorKeyTextureSourceDecoratorExample.java
│ ├── CoordinateConversionExample.java
│ ├── CustomFontExample.java
│ ├── DigitalOnScreenControlExample.java
│ ├── EaseFunctionExample.java
│ ├── game
│ │ ├── racer
│ │ │ └── RacerGameActivity.java
│ │ └── snake
│ │ ├── adt
│ │ │ ├── Direction.java
│ │ │ └── SnakeSuicideException.java
│ │ ├── entity
│ │ │ ├── AnimatedCellEntity.java
│ │ │ ├── CellEntity.java
│ │ │ ├── Frog.java
│ │ │ ├── ICellEntity.java
│ │ │ ├── SnakeHead.java
│ │ │ ├── Snake.java
│ │ │ └── SnakeTailPart.java
│ │ ├── SnakeGameActivity.java
│ │ └── util
│ │ └── constants
│ │ └── SnakeConstants.java
│ ├── ImageFormatsExample.java
│ ├── launcher
│ │ ├── ExampleGroup.java
│ │ ├── Example.java
│ │ ├── ExampleLauncher.java
│ │ └── ExpandableExampleLauncherListAdapter.java
│ ├── LevelLoaderExample.java
│ ├── LineExample.java
│ ├── LoadTextureExample.java
│ ├── MenuExample.java
│ ├── ModPlayerExample.java
│ ├── MovingBallExample.java
│ ├── MultiplayerExample.java
│ ├── MultiTouchExample.java
│ ├── MusicExample.java
│ ├── ParticleSystemCoolExample.java
│ ├── ParticleSystemNexusExample.java
│ ├── ParticleSystemSimpleExample.java
│ ├── PathModifierExample.java
│ ├── PauseExample.java
│ ├── PhysicsCollisionFilteringExample.java
│ ├── PhysicsExample.java
│ ├── PhysicsFixedStepExample.java
│ ├── PhysicsJumpExample.java
│ ├── PhysicsRemoveExample.java
│ ├── PhysicsRevoluteJointExample.java
│ ├── PinchZoomExample.java
│ ├── RectangleExample.java
│ ├── RepeatingSpriteBackgroundExample.java
│ ├── Rotation3DExample.java
│ ├── ShapeModifierExample.java
│ ├── ShapeModifierIrregularExample.java
│ ├── SoundExample.java
│ ├── SplitScreenExample.java
│ ├── SpriteExample.java
│ ├── SpriteRemoveExample.java
│ ├── StrokeFontExample.java
│ ├── SubMenuExample.java
│ ├── TextExample.java
│ ├── TextMenuExample.java
│ ├── TextureOptionsExample.java
│ ├── TickerTextExample.java
│ ├── TMXTiledMapExample.java
│ ├── TouchDragExample.java
│ ├── UnloadResourcesExample.java
│ ├── UpdateTextureExample.java
│ ├── XMLLayoutExample.java
│ └── ZoomExample.java
└── andengineTest
├── AndroidManifest.xml
├── assets
│ └── gfx
│ ├── background_grass.png
│ └── player.png
├── bin
│ ├── andengineTest.apk
│ ├── classes.dex
│ ├── resources.ap_
│ └── test
│ └── and
│ ├── BaseExample.class
│ ├── Main$1.class
│ ├── Main$2.class
│ ├── Main.class
│ ├── R$attr.class
│ ├── R$drawable.class
│ ├── R$layout.class
│ ├── R$string.class
│ └── R.class
├── default.properties
├── gen
│ └── test
│ └── and
│ └── R.java
├── proguard.cfg
├── res
│ ├── drawable-hdpi
│ │ └── icon.png
│ ├── drawable-ldpi
│ │ └── icon.png
│ ├── drawable-mdpi
│ │ └── icon.png
│ ├── layout
│ │ └── main.xml
│ └── values
│ └── strings.xml
└── src
└── test
└── and
├── BaseExample.java
└── Main.java
80 directories, 416 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论