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

https://github.com/alice-sebego/space-invaders-game

Create a game that's working JavaScript vanilla
https://github.com/alice-sebego/space-invaders-game

dom-manipulation game game-javascript javascript oop poo sass space-invaders vanilla-js

Last synced: about 2 months ago
JSON representation

Create a game that's working JavaScript vanilla

Awesome Lists containing this project

README

        

# Space Invaders Game
Create a game that's working JavaScript

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

Idem for SASS.

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

## Dependencies & cmd

Install all dependencies and devDependencies : `npm install`

Compile JS files : `npm run build`

Watch changes of JS files : `npm run watch`

Live app on your local server : `npm run start`

---
Watch change and update style.css file from style.scss : `sass --watch src/sass/style.scss:dist/css/style.css`