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
- Host: GitHub
- URL: https://github.com/alice-sebego/space-invaders-game
- Owner: alice-sebego
- Created: 2021-07-01T20:04:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T14:33:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T09:19:25.462Z (4 months ago)
- Topics: dom-manipulation, game, game-javascript, javascript, oop, poo, sass, space-invaders, vanilla-js
- Language: JavaScript
- Homepage: https://alice-sebego.github.io/space-invaders-game/
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`