[RPG Maker MV] Real-time ARPG Battle System Demo
Key technical features include:
- Custom Event-Driven Combat: Replaces RPG Maker MV's native turn-based system with a real-time action loop running on the overworld map.
- Hitbox & Collision System: Frame-accurate collision detection for melee and ranged attacks, fully scripted in JavaScript.
- Enemy AI Behaviors: Each enemy type follows distinct patrol, chase, and attack patterns driven by a lightweight state machine.