nasenag / jumper

A simple web game in phaser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jumper

A simple jumper game, built using Phaser. This project is largely based on phaser tutorial. You can play the game here.

Installation

Clone the project from this repository.

$ git clone https://github.com/NishanthRachakonda/jumper

Setup

Setup using make.

$ make build

Usage

For starting game server:

$ make run

For stopping game server:

$ make stop

Controls

Left and Right keys to move left and right respectively. Up key to jump.

License

License via Apache License

About

A simple web game in phaser

License:Apache License 2.0


Languages

Language:JavaScript 81.4%Language:HTML 12.9%Language:Dockerfile 3.0%Language:Makefile 2.7%