An open API service indexing awesome lists of open source software.

https://github.com/alice-sebego/brick-breaker

Create a brick breaker game in order to improve my skills on JS & Canvas
https://github.com/alice-sebego/brick-breaker

brick-breaker canvas game-javascript javascript oop poo sass vanilla-js

Last synced: about 2 months ago
JSON representation

Create a brick breaker game in order to improve my skills on JS & Canvas

Awesome Lists containing this project

README

        

# brick-breaker
Create a brick breaker game in order to improve my skills on JS & Canvas

## What is this ?
It's a mini-project in order to improve my skills on JavaScript vanilla, Canvas manipulation and SASS.

## Languages and Tools used :
* HTML5, SASS, JavaScript
* Webpack & Babel

## Dependencies and CMD :
Install all dependencies : `npm install`

Watch changes on JS files : `npm run watch`

Compile JS files : `npm run build`

Run this project on local server : `npm run start`

Watch changes on SASS files : `sass --watch src/sass/style.scss:dist/css/style.css`