Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourcade/sidescrolling-platformer-template-phaser3
A starting template for a sidescrolling platformer game using Matter Physics in Phaser 3.50
https://github.com/ourcade/sidescrolling-platformer-template-phaser3
game-development gamedev phaser phaser3 platformer sidescroller typescript
Last synced: 2 months ago
JSON representation
A starting template for a sidescrolling platformer game using Matter Physics in Phaser 3.50
- Host: GitHub
- URL: https://github.com/ourcade/sidescrolling-platformer-template-phaser3
- Owner: ourcade
- License: mit
- Created: 2021-01-24T22:28:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T15:18:13.000Z (over 2 years ago)
- Last Synced: 2023-03-06T08:22:09.496Z (almost 2 years ago)
- Topics: game-development, gamedev, phaser, phaser3, platformer, sidescroller, typescript
- Language: TypeScript
- Homepage: https://www.youtube.com/playlist?list=PLumYWZ2t7CRvEG-wUD5uwUBHU91E0kt4b
- Size: 3.76 MB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Sidescrolling Platformer Template in Phaser 3.50
> A starting template for a sidescrolling platformer game using Matter Physics in Phaser 3.50![License](https://img.shields.io/badge/license-MIT-green)
## Overview
This is a starter or template project for sidescrolling platformer-type game using Matter Physics and tilemaps in Phaser 3.50.
[This code corresponds to an 8 part series on YouTube](https://www.youtube.com/playlist?list=PLNwtXgWIx3rg3J4XyuDVhjU81dZbJtVAU) detailing how the template was made.
[Play the demo here.](https://ourcade.co/templates/sidescrolling-platformer-template)
## Getting Started
Clone this repository with `git` and run:
```bash
npm install
npm run start
```## License
[MIT License](https://github.com/ourcade/sidescrolling-platformer-template-phaser3/blob/master/LICENSE)