/jumper

A simple platformer game demo written in PhaserJS 2.x

Primary LanguageJavaScriptMIT LicenseMIT

jumper Build Status

Maintainability Discord

A basic platformer game written with PhaserJS 2.0 to demonstrate basic game functions.

Getting Started

This repository is configured to be as simple as possible; build, deploy, and play with all with npm.

Build Dependencies 🚧

The only dependencies are NodeJS & npm. Any NodeJS LTS version will work. Simply clone this repo and run npm install.

Play The Game 🕹️

Just run npm start and go to localhost:8080 in your favorite web browser.