An intuitive and fun take on the classic Arcade game Atari Asteroids
Uses the front-end framework Vue.js and the game framework Phaser.io
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
Everything below this line is related to uploading the repository to a server
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
Credits
I got the inspiration for this project from Haseeb Qureshi's implementation of Asteroids. You can play his game here: http://haseeb-qureshi.github.io/Asteroids/
For some of the code inside Game.Vue, I followed an Asteroids tutorial using Phaser.io. You can find the tutorial I used here: http://www.zekechan.net/asteroids-html5-game-tutorial-1/