Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ourcade/phaser3-bitecs-getting-started

Example code for getting started with ECS in Phaser 3
https://github.com/ourcade/phaser3-bitecs-getting-started

ecs entity-component-system game-development gamedev phaser3

Last synced: 2 months ago
JSON representation

Example code for getting started with ECS in Phaser 3

Awesome Lists containing this project

README

        

# Entity Component System with Phaser 3 and bitECS
> Example code for getting started with ECS in Phaser 3

![License](https://img.shields.io/badge/license-MIT-green)

## 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!](https://www.youtube.com/playlist?list=PLNwtXgWIx3rhz72-UxKLdCDdqFsnwNc_u)

## Getting Started

Clone this repository with git and run:

```
npm install
npm run start
```

Then go to http://localhost:8000

## License

[MIT License](https://github.com/ourcade/phaser3-bitecs-getting-started/blob/master/LICENSE)