Platform Project

Your basic side-scrolling platform game, built using a tutorial (see link below).

Beyond the tutorial, I added additional features, such as the double jump and an "air dash". Inspired more by the Smash Bros. series, though any side-scroller from Mega Man series or the metroidvania genre.

Available Demos

  • Version 0.02 — a simple bowl-shaped platform to jump around within

Credits & Acknowledgements

BackgroundMaria Shanina — a free wallpaper, turned into a video game background

Character & Blocks — drawn from scratch.

Game Engine — based on a tutorial, then customized myself.

Recommended Tutorials

Making your first Phaser 3 game — if you want to start by making a Mario-style game, this tutorial offers a good foundation for using Phaser's physics engine, without overloading you with other topics (such as tilemaps) Though, if you aren't interested in making Mario-style games, you may want to find another tutorial to start with.