// HelpButton — small "? HOW TO PLAY" button for the RIGHT (player) column header. // Opens a lightweight instructions overlay (reuses .splash-backdrop). Fully self-contained: // local open/close state only, no game state touched. Seam id: #how-to-play import React, { useState } from 'react'; import { useGame } from '../GameProvider.jsx'; export default function HelpButton() { const { audio } = useGame(); const [open, setOpen] = useState(false); const close = () => { audio?.playSfx?.('click'); setOpen(false); }; return ( <> {open ? (
TIP: Hit non-interchange stations (Mumbai Central, Bandra, Andheri, Vasai Road) — the dispatcher can't reroute around a block there, so the chaos sticks.