A complete project that features an action battle system with real time combat similar to the LoZ series of games.
What it looks like:
Where to get it:
This asset pack is hosted in my public OneDrive folder for now seeing how it uses Zelda assets that I cannot redistribute with the RPGWizard. It will be reskined at some point, if you are interested in creating new graphics for it please let me know!
Features:
- Real time battles.
- Two enemy types: Aggressive and Passive.
- Item drops and pickups.
- Some slashable bushes.
In the programs folder you'll find two sub-folders:
Inside the examples folder you'll find code for the sword slashing, character bumping, and enemies behaviors.
These example code files depend on the files found in the lib folder, the files inside of lib provide the low-level functions required by the ARPG battle system. Unless you are already familiar with JavaScript you should instead stick to the files found inside of examples.