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

https://github.com/albert-gonzalez/phaser-sample-game-es6

Phaser Sample Game in ES6
https://github.com/albert-gonzalez/phaser-sample-game-es6

es6 game phaser refactor webpack

Last synced: 3 months ago
JSON representation

Phaser Sample Game in ES6

Awesome Lists containing this project

README

        

# Phaser 3 Sample Game in ES6

This repository contains the game of the "your first Phaser 3 game" tutorial: https://phaser.io/tutorials/making-your-first-phaser-3-game, but refactored in order to use ES6 features like:
* Modules
* Classes
* Spread Operator
* Destructuring assigment

The project is built with webpack. We used the repository https://github.com/nkholski/phaser3-es6-webpack as base example.

## Install

* Clone this repo
* run `npm install`
* run `npm run start:dev` for development mode
* run `npm start` for prod mode

## Contributors

We made this refactor in a training class. The refactor was made by:
* https://github.com/Lucia-atrapalo
* https://github.com/dafobe
* https://github.com/rogeriera
* https://github.com/titopalomeke
* https://github.com/pauobpi
* https://github.com/albert-gonzalez