Grid Battle Engine: Target Selection
In RPG Maker, we have items and skills which represent actions that battlers use to interact with one another. For example, you have skills such as “Attack” or “Guard” or “Heal”, or you have...
In RPG Maker, we have items and skills which represent actions that battlers use to interact with one another. For example, you have skills such as “Attack” or “Guard” or “Heal”, or you have...
To help game developers build the battle system of their dreams, I’ve developed the Grid Battle Engine, which is a suite of plugins that allow you to add new mechanics to your game. The Grid...
In the last progress update, I had implemented support for “grid selection”. That is, you were able to select a tile on the grid directly instead of selecting actors or enemies…