Skip to content

ShannonPaige/turing-invaders

Repository files navigation

Turing Invaders

Live Version

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!

Game In Action

Features

  • 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.

Tools

  • Javascript
  • HTML5 Canvas
  • Mocha / Chai

To Run Locally

  • clone the project
  • run npm install to install the required packages
  • start the server with npm start and visit http://localhost:8080/webpack-dev-server/

Turing School Project