https://github.com/phasereditor2d/phasereditor_tutorial_platformer_1
Make a platformer game with Phaser Editor (tutorial source code)
https://github.com/phasereditor2d/phasereditor_tutorial_platformer_1
game-development phaser phaser-editor tutorial
Last synced: 10 days ago
JSON representation
Make a platformer game with Phaser Editor (tutorial source code)
- Host: GitHub
- URL: https://github.com/phasereditor2d/phasereditor_tutorial_platformer_1
- Owner: PhaserEditor2D
- Created: 2016-09-22T19:11:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T20:33:13.000Z (over 7 years ago)
- Last Synced: 2025-04-23T13:28:56.331Z (10 days ago)
- Topics: game-development, phaser, phaser-editor, tutorial
- Language: JavaScript
- Size: 1.36 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Make a platormer level with Phaser Editor (source code)

This repo contains the assets and source code of the [Make a Mario-Style platformer with the Phaser Editor](https://gamedevacademy.org/make-a-mario-style-platformer-with-the-phaser-editor/) tutorial published in Zenva GameDev Academy.
[Play the final demo](http://phasereditor.boniatillo.com/demos/zenva-tuto-platformer-1/final-demo/)
In that tutorial we cover:
- Project setup
- Assets loading
- Scene making with the visual scene builder
- Physics setup
- Player controls
- Player animations
- Coins collectingIn the Projects folder there are several projects that allow you to start an any section in the tutorial or see the expected results of a section.
To test the projects you don't need Phaser Editor, you can start a local web server and open the `/WebContent/index.html` file of each project. However, we recommend you to download Phaser Editor do the tasks step by step. To import the projects in Phaser Editor use the **Import > Existing projects into workspace wizard**, just select the **Copy projects into workspace** option.
Enjoy it!