Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aarongarciah/space-adventure

A simple, mobile friendly game made with Phaser.
https://github.com/aarongarciah/space-adventure

es6 game javascript phaser space webpack

Last synced: about 2 months ago
JSON representation

A simple, mobile friendly game made with Phaser.

Awesome Lists containing this project

README

        

# 🚀 Space Adventure ([play online](https://space-adventure.netlify.com/))

A simple, mobile friendly game made with [Phaser](http://phaser.io/).

My first game 😁 Work in progress!

## How to play

* Move the spaceship up and down by pressing the screen buttons or presing the up and down arrow keys (only with keyboard).
* Avoid crashing with debris.
* Avoid crashing with the top or the bottom of the screen.
* You can click/tap the asteroids to destroy them.

## TODO

* Improve physics and boundaries of the objects. Probably swith from Arcade Physics to P2.
* Spaceship and crash animations.
* Add terrain to the top and bottom of the screen.
* Save time got by the users and show a ranking.
* Difficulty level selector.

### Setup

This project was bootstraped with [lean/phaser-es6-webpack](https://github.com/lean/phaser-es6-webpack), check it out! See that README for more info about the available commands.

### Credits

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

🎮 Have fun!