Overview of LITIENGINE features
mainLITIENGINE is a free and open source Java 2D Game Engine designed for tile-based 2D games. Key features include:
- Infrastructure: GameLoop, Configuration, Resource Management, and Logging.
- 2D Render Engine: GUI Components, Spritesheet Animations, Ambient Lighting, and Particle Systems.
- 2D Sound Engine: Support for
.wav,.mp3, and.oggformats. - 2D Physics Engine
- Map Support: Tile Maps in
.tmxformat (compatible with Tiled Editor). - Input: Player input via Gamepad, Keyboard, and Mouse.
- Entity Framework