Embed Flag Arcade

Add a free flag-guessing quiz to your classroom site, blog, or LMS. No accounts required — copy the iframe snippet and paste it where you want the game to appear.

Responsive snippet

Fills the width of its container. Best for blog posts and LMS pages.

<div style="position:relative;width:100%;max-width:720px;aspect-ratio:3/4;margin:0 auto;">
  <iframe
    src="https://flagarcade.com/embed/arcade"
    title="Flag Arcade quiz"
    loading="lazy"
    allow="autoplay"
    style="position:absolute;inset:0;width:100%;height:100%;border:0;"
  ></iframe>
</div>

Fixed size (600 × 800)

Works in Google Sites, Notion embeds, and other tools that ask for width and height.

<iframe
  src="https://flagarcade.com/embed/arcade"
  title="Flag Arcade quiz"
  width="600"
  height="800"
  loading="lazy"
  allow="autoplay"
  style="border:0;"
></iframe>

Where it works

Google Classroom and Classwork.com don't accept raw iframe HTML inside assignments, but you can paste https://flagarcade.com/embed/arcade as a "View material" link and students will open the quiz in a new tab.

Try all six game modes →