class CustomControls extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `
1. Set start and end points
2. Add walls to create obstacles
3. Click "Solve Puzzle" to find path