# jumper [![Build Status](https://travis-ci.org/egee-irl/jumper.svg?branch=master)](https://travis-ci.org/egee-irl/jumper)

[![Maintainability](https://api.codeclimate.com/v1/badges/04601514cd7b18f394a8/maintainability)](https://codeclimate.com/github/egee-irl/jumper/maintainability)
[![Discord](https://discordapp.com/api/guilds/183740337976508416/widget.png?style=shield)](https://discord.gg/tVyBHAU)

A basic platformer game written with [PhaserJS](https://phaser.io/) **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.
