It's Space Invaders, but in js. Basic demo currently.
Basic demo up and running here: Space Invaders
- Javascript
- Canvas
- 2D physics
- Babel
- Webpack
To install the project, run:
npm i
To run in development mode:
npm run dev
And to create a production version:
npm run build
- Patrick Jones - PSJgit
This project is licensed under the MIT License - see the LICENSE.md file for details