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

https://github.com/navopw/polyslide

2D flat design game using Phaser.js (game engine) & Ds.js (for oop) 🚀
https://github.com/navopw/polyslide

flat flat-design game javascript oop phaser

Last synced: 3 months ago
JSON representation

2D flat design game using Phaser.js (game engine) & Ds.js (for oop) 🚀

Awesome Lists containing this project

README

        

# PolySlide

### Debug
```
npm install http-server -g
http-server PolySlide/
```

Now visit http://localhost:8080 and use the chrome dev tools to get the smartphone preview

### Screenshots

![Screenshots](https://i.imgur.com/4Lsysx4.png)

#### Items
| Image | Name | Effect |
| --- | --- | --- |
| ![WatchItem](https://i.imgur.com/AoYJaEZ.png) | Slowmotion | Everything is slower for 10 seconds |
| ![ShieldItem](https://i.imgur.com/vqKSbH9.png) | Shield | You have a shield that protects you from one collision, if something hits you its not gameover |

### Acknowledgments

- Thanks [Masy](https://github.com/masy) for the textures & game concept

### License (MIT)

Copyright © 2017 [navopw](https://github.com/navopw) & [Masy](https://github.com/masy)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.