import { DEBUG } from "./config.js"; export function showHelp() { if (DEBUG) console.log("❔ showHelp() opened"); const helpOverlay = document.createElement("div"); helpOverlay.id = "help-overlay"; helpOverlay.innerHTML = `
This is a memory game with 4 dimensions:
You see one tile – then after a short pause the board changes. Your task: guess which dimension stayed the same.
Use the buttons to select the unchanged dimension. You can only pick once per round.