Home

Awesome

Entity Component System with Phaser 3 and bitECS

Example code for getting started with ECS in Phaser 3

License

Overview

This is the example code for getting started with using ECS (Entity Component System) with the bitECS library in Phaser 3.

It corresponds to a 4 part series on YouTube going over the code!

Getting Started

Clone this repository with git and run:

npm install
npm run start

Then go to http://localhost:8000

License

MIT License