Skip to content

ourcade/phaser3-sword-swing-attack

Repository files navigation

Phaser 3.50+ Sword Swing Attack

Sword swing attack demo using Arcade Physics

License

Overview

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!

Getting Started

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.

License

MIT License