Breakout Game
Classic breakout game written using pure ES6 in one day.
You need a mobile device with accelerometer to play. Feel free to check it out on heroku.
Tech stack
Client - ES6 for logic, SASS for styling, ES6 templates for views. Gulp takes care of connecting it all together.
Multiplayer Server - simple Express app with socket.io (Express is also hosting the app on heroku).
Dev environment
npm install && gulp
Deploy
gulp build