Choose link or embed
Option A — External link: Add the GitHub Pages URL as a module item, assignment link, button, or course resource.
Option B — Embed: If your LMS accepts external iframe content, use the published game URL as the iframe source.
<iframe
src="https://YOURUSERNAME.github.io/YOUR-REPOSITORY/"
width="100%"
height="900"
style="border:0;"
loading="lazy"
allowfullscreen>
</iframe>
LMS security policies vary. If your institution blocks the iframe, use the same public HTTPS URL as an external link instead. Embedding the Quest in an iframe also adds practical inspection friction, but the iframe should not be treated as a formal security boundary.