This is the 2D prototype for Sword and Legend. Click here: Sword and Legend Prototype: 2nd Version
Instructions:
Left Click to Attack
Right Click/Press to Block
Stamina depletes with skills used.
When health reaches 0, the game resets.
The instructions are provided in game as well.
Developer Comments:
As of now, I want the final game's battle system to work similarly to this. The randomness of the AI can be implemented in various ways. Also in this 2D implementation, since there is no collision detection for this, using global variables can be both easy and tricky. Game's health, stamina, score text updates might be overwhelming too.