A JavaScript version of Space Invaders. Use the left and right arrow keys to move the tank left and right. Avoid being shot by the aliens. Use the space bar to shoot at the aliens. Each level will get harder until you die. Try to beat your high score!
- Levels of increasing difficulty: In each level the aliens get faster, their bullets get faster and they shoot more.
- Audio: Be inspired by Bill Pullman's speech from Independence Day while you fight the alien forces.
- Moving Aliens: Look at how the aliens move their tentacles as they shoot at you. Isn't that cute? NO! It's deadly.
- Javascript
- HTML5 Canvas
- Mocha / Chai
- clone the project
- run
npm install
to install the required packages - start the server with
npm start
and visithttp://localhost:8080/webpack-dev-server/
Turing School Project