A modified version of the Phaser Editor v4 project template that shows how to build a Megaman Style game!
This repo is the official code repository for the Phaser Editor v4: Build a Mega Man-style Game series that is available on YouTube. In the series, we build the Megaman Style platformer game step by step.
- It is coded in JavaScript.
- It includes a VS Code project configuration (
jsconfig.jsonfile) and the type definitions (in thetypes/folder).
Script nodes are logic objects. You can add a script node to the scene or a game object, for extending it with custom data and behavior.
This project includes the script libraries:



