mandriv / breakout-pure-es6

Classic breakout game written in pure ES6.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Classic breakout game written in pure ES6.


Languages

Language:JavaScript 88.8%Language:CSS 8.6%Language:HTML 2.6%