Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)