Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ourcade/phaser3-bitecs-getting-started
- Owner: ourcade
- License: mit
- Created: 2021-08-25T00:32:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T15:05:40.000Z (over 2 years ago)
- Last Synced: 2023-03-06T08:22:01.490Z (almost 2 years ago)
- Topics: ecs, entity-component-system, game-development, gamedev, phaser3
- Language: TypeScript
- Homepage: https://www.youtube.com/playlist?list=PLumYWZ2t7CRtUDC3eEpa5EZgSmbSdBBI7
- Size: 24.4 KB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)