Example code for using ECS with Phaser 3 and Matter Physics
This is the example code for using ECS (Entity Component System) via the bitECS library in Phaser 3 with Matter.js physics.
It corresponds to a 5 part series on YouTube going over the code!
Clone this repository with git and run:
npm install
npm run start
Then go to http://localhost:8000