/AndEngine

Free Android 2D OpenGL Game Engine

Primary LanguageJavaApache License 2.0Apache-2.0

Maven flavoured AndEngine

The only difference with this fork is the addition of a Maven pom.xml.

When installing this using mvn install, the AndEngine is installed into your local Maven repository as an APKLIB.

Once the APKLIB is installed into your local Maven repository, simply add the following dependency to your Android project to include AndEngine:

<dependency>
  <groupId>org.andengine</groupId>
  <artifactId>andengine</artifactId>
  <version>1.0-SNAPSHOT</version>
  <type>apklib</type>
</dependency>