Skip to content

the3deer/AndEngine

 
 

Repository files navigation

AndEngine

travis-ci badge

Free Android 2D OpenGL Game Engine for Android. This is a fork of https://github.com/nicolasgramlich/AndEngine

State Changes

This is a single Android project including the engine, engine extensions and demo. Compiled using Android Studio 4.0.1 and Gradle 6.1.1 For documentation about the engine please visit original source.

Features

  • A lot of nice features.. Just check it out !

Screenshots

Screenshot1 Screenshot1

Try it

You can install the application in either of these ways:

  • APK: app-debug.apk
  • Source code: clone the repository, compile with gradle and install with adb
  • Import project with Android Studio 4.0.1 and click on play >
    export ANDROID_HOME=/home/$USER/Android/Sdk
    ./gradlew assembleDebug
    adb install -r app/build/outputs/apk/debug/app-debug.apk

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.8%
  • C++ 12.1%
  • Other 1.1%