Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 553 Bytes

File metadata and controls

25 lines (15 loc) · 553 Bytes

Depth Charge

A small mobile-friendly browser arcade game inspired by classic submarine patrol games.

Play

Open the live version at:

https://commanderror9.github.io/depth-charge/

Controls

  • Desktop: A/D or left/right arrows to steer, Space to drop a depth charge
  • Mobile: horizontal touch stick and DROP CHARGE button
  • In-game: STOP / QUIT returns to the title screen; P or Escape pauses

Local development

python3 -m http.server 8787

Then open http://127.0.0.1:8787/.

No build step or backend required.