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
- Host: GitHub
- URL: https://github.com/albert-gonzalez/phaser-sample-game-es6
- Owner: albert-gonzalez
- Created: 2018-06-18T08:45:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T09:17:49.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T07:54:08.628Z (about 1 year ago)
- Topics: es6, game, phaser, refactor, webpack
- Language: JavaScript
- Homepage: https://albert-gonzalez.github.io/phaser-sample-game-es6/
- Size: 2 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 assigmentThe 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