A basic platformer game written with PhaserJS 2.0 to demonstrate basic game functions. It is a spirtual fork of the original PhaserJS 2.0 tutorial when it was first released. Watch how I built it on YouTube.
This repository is configured to be as simple as possible; build, deploy, and play with all with npm! The game's code is neatly written and annotated to help you figure out how it all works.
First, clone or download this repository and run npm install
.
There are a few ways to run Jumper:
- Run
npm start
and the game window should appear. - Run
npm start
and go tolocalhost:8080
in a web browser. - Run
docker-compose
and go tolocalhost:8080
in a web browser. (requires Docker & Docker-Compose to be installed.)