分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.youkuaiyun.com/jiangjunshow
也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!
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
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
|
给我老师的人工智能教程打call!http://blog.youkuaiyun.com/jiangjunshow
