Files
endless-runner-vibe/web/index.html
Gabriel Kaszewski 19d79be44c Add touchscreen support for mobile play
- game.rs: include MOUSE_BUTTON_LEFT in jump and restart checks;
  Emscripten maps single taps to mouse events so no JS glue needed
- web/index.html: mobile viewport meta (no user-scalable), CSS canvas
  scaling (max-width/max-height 100%), touch-action:none to prevent
  browser consuming taps as scroll/zoom, updated hint text

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 00:47:01 +01:00

1.5 KiB