AndEngine is a Java-based, open-source 2D game engine for Android, designed to make mobile game development easier by wrapping OpenGL (GLES) under a higher-level API. It abstracts much of the complexity of directly using OpenGL, letting developers more quickly build games with sprites, tilemaps, physics (via extensions), animations, and input handling, all within the Android ecosystem. Because it's tailored for Android, AndEngine integrates with typical Android project structure and lifecycle, although historically it was more aligned with Eclipse — meaning some adaptation might be needed for modern Android Studio projects. It enjoys a substantial community, many forks and extensions (for physics, tilemaps, multiplayer, live wallpapers, etc.), which increases its versatility — from simple casual games to more feature-rich 2D titles.
Features
- Java-based 2D game engine tailored for Android with OpenGL ES backend
- Built-in support for sprites, tilemaps, animations, input handling, and simple rendering
- Extensible architecture via many community extensions (physics, live wallpaper, multiplayer, etc.)
- Apache-2.0 license — free for open source or commercial games
- Lightweight and efficient for casual or simple 2D games on mobile devices
- Works within Android’s typical lifecycle and ecosystem (activities, resources, etc.)