Raindrop
Guidebee Android Game Engine – RainDrop Demo To use guidebee android game engine in your project in your build.gradle
add the following
dependencies {
...
compile 'com.guidebee:game-engine:0.9.8'
}
Guidebee Android Game Engine Tutorials
- Android Gradle Project
- Basics
- Packages
- Game Logic
- Basic Graphics
- Texture & TextureRegion
- TextureAtlas
- Handling Input and On Screen Game Pad
- Sound and Music
- Scenery and TiledMap
- SVG Image and Unmanaged Assets
- Collision Detection
- Microedition Game API
- Bring Physics to your Game World
- UI Components and HUD Components
- Camera and Viewport basics
Box2D
To use guidebee android game engine in your project in your build.gradle
add the following
dependencies {
...
compile 'com.guidebee:game-engine:0.9.9'
}
Guidebee Android Game Engine Box2D Tutorials