Game for the 2020 JS13K game jam.
Shoot'em up game! 12 different enemies and 3 powerups (Fast fire, Shield and Bomb).
Move the mouse cursor or drag your finger to where you want to move the ship, or use the arrow keys.
Sure, head over here.
To run from source:
npm install
npm start -- --host=0.0.0.0
To build dist/index.html
:
npm run build
- Ship generation original code by green_meklar, which is now available as a library
- responsiveTouchGameFramework v2
- js13k Webpack Starter