nathanello / js13k-2021

js13k-pnf Game for the 2021 edition of JS13K Games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Galaxy Raid

2021 JS13K game jam entry.

Instructions

  • Mouse: the ship will follow the cursor; click to launch a bomb.
  • Touch: drag the finger to move the ship; tap with a second finger to launch a bomb.
  • Gamepad: supports both analog sticks (preferred) and direction pad; use A, B, X or Y to launch a bomb.
  • Keyboard: use arrows or WASD/QZSD to move; Space or Enter to launch a bomb.

I want to play

Sure, head over here.

To run from source:

npm install
npm start

To build dist/build.zip:

npm run build

About

js13k-pnf Game for the 2021 edition of JS13K Games

License:MIT License


Languages

Language:JavaScript 95.4%Language:HTML 2.8%Language:CSS 1.8%