2021 JS13K game jam entry.
- 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.
Sure, head over here.
To run from source:
npm install
npm start
To build dist/build.zip
:
npm run build