# Lisa Engine The *Lisa Engine* is a 2D platformer engine written in [libGDX](https://libgdx.com/), developed by [Dynart](https://dynart.net). It is consumed as a Gradle library by individual games; it ships engine-level systems (ECS, level loading, input, screens, scripting) but expects each game to provide its own player and game-specific entity factories. Games built on Lisa Engine: - [CoolFox](https://github.com/DynartInteractive/CoolFox) — 180p pixel-art platformer - [NeonSignal](https://github.com/DynartInteractive/NeonSignal) — 1080p platformer ```{toctree} :maxdepth: 1 :caption: Contents build/index engine/index level-editing/basics ```