引路蜂Android游戏编程教程

               
Guidebee Android Game Engine
Guidebee Game Engine(GGE), whose core is based on libgdx ,but instead of trying to be a cross-platform game visualization development framework, GGE is focus on Android platform and provide much easier Game API interfaces and enforce game development best practices for Android game developers, and since it’s just a game engine (library) for Android ,you can still access all features Android platform supports quite easily. GGE has build-in Box2D physics support, Entity System Framework for cleaner game logic design, Tween Engine and Actions for Animations, 99% of the time you don’t need to know anything about OpenGL ES before you start game programming, supports SVG rendering and vector drawings. it also provides Java ME Game API similar interfaces thus make it more convenient to port old Java ME games to Android platform. It also makes most collision detection algorithms available for majorities of all game scenarios.
dependencies {    ...    compile 'com.guidebee:game-engine:1.0.0'}
Guidebee Android Game Engine Tutorials
Box2D
To use guidebee android game engine in your project in your build.gradle
add the following
dependencies {    ...    compile 'com.guidebee:game-engine:1.0.0'}
Guidebee Android Game Engine Box2D Tutorials
           

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow

猜你喜欢

转载自blog.csdn.net/qq_43685118/article/details/87640389