Misa Engine
A completely free and open-source game engine built in Java for creating classic turn-based pixel-art RPGs.
About Misa Engine
Misa Engine is a lightweight, open-source RPG engine built in Java. Inspired by classic turn-based RPGs, it provides a modular foundation for creating 2D, tile-based games with clean architecture and no unnecessary overhead.
Current Status
- Version: 0.1.1-alpha
- Stage: Physics Update (in progress)
- Stability: Early Alpha – Expect Bugs
Core Features
- Modular animation and rendering system
- Tilemap loading via Tiled `.tmx` format
- Pixel-perfect rendering & smooth camera system
- Event system, fixed time step, and keyboard input
- Designed to be hackable and lightweight