Sound-Hockey
A HTML5 interactive music game based on PhaserJS and ToneJS.
Features
- ES6 (Babel for compilation)
- Webpack
- PhaserJS (HTML5 game framework)
- ToneJS (Web Audio API Library)
- VueJS (Lightweighted UI framework, used for 2-way data binding)
Setup
- Make sure you have npm or yarn installed on your computer
npm install
oryarn
Run
npm start
or yarn start