Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aarongarciah/space-adventure
- Owner: aarongarciah
- License: mit
- Created: 2018-01-19T01:07:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T06:14:13.000Z (over 5 years ago)
- Last Synced: 2024-12-09T18:58:40.244Z (about 2 months ago)
- Topics: es6, game, javascript, phaser, space, webpack
- Language: JavaScript
- Homepage: https://space-adventure.netlify.com/
- Size: 436 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
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!