Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nunof07/jumper

Platformer game made with Phaser.
https://github.com/nunof07/jumper

Last synced: about 21 hours ago
JSON representation

Platformer game made with Phaser.

Awesome Lists containing this project

README

        

# Jumper

[![Build Status](https://travis-ci.org/nunof07/jumper.svg?branch=master)](https://travis-ci.org/nunof07/jumper)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[![codecov](https://codecov.io/gh/nunof07/jumper/branch/master/graph/badge.svg)](https://codecov.io/gh/nunof07/jumper)
[![Maintainability](https://api.codeclimate.com/v1/badges/f48d8b82211b0cfa4e90/maintainability)](https://codeclimate.com/github/nunof07/jumper/maintainability)
[![Lines of Code](https://tokei.rs/b1/github/nunof07/jumper)](https://github.com/Aaronepower/tokei)
[![Files](https://tokei.rs/b1/github/nunof07/jumper?category=files)](https://github.com/Aaronepower/tokei)

[![Dependencies](https://david-dm.org/nunof07/jumper.svg)](https://david-dm.org/nunof07/jumper)
[![Development Dependencies](https://david-dm.org/nunof07/jumper/dev-status.svg)](https://david-dm.org/nunof07/jumper?type=dev) [![Greenkeeper badge](https://badges.greenkeeper.io/nunof07/jumper.svg)](https://greenkeeper.io/)

Platformer game made with [Phaser 3](http://phaser.io/).

## Status

Abandoned.

## Credits

Everything not mentioned below was made by [Nuno Freitas](https://github.com/nunof07/) (programming and game design).

### Artwork

#### Graphics

- [xbost](https://twitter.com/xbost), [NES Cyrillic](http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=234) - Public Domain: Font.

### Libraries

See [package.json](https://github.com/nunof07/jumper/blob/master/package.json) for external dependencies.

## Development

- Clone repository.
- Run `npm install` in project folder.
- Run `npm run info` to see all available scripts.
- Run `npm start` to serve game and watch for changes.
- Run `npm run test:watch` to start tests and watch for changes.