Sword swing attack demo using Arcade Physics
This demo project shows how to to implement a sword swing attack in a Phaser 3 game using Arcade Physics.
Check out this video on YouTube for more information!
We also use a StateMachine in this project. More information on that can be found here as a blog post or here as a video!
Clone this repository to your local machine and then install dependencies
npm install
Start development server:
npm run start
This demo is based on the phaser3-parcel-typescript-template.