<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every indexable page on atomictick.com, and nothing else.

  scripts/check-site.mjs holds this file to the pages on disk in both directions:
  every <loc> must resolve to a real file under site/, and every page that is not
  marked noindex must appear here. 404.html is therefore absent — it carries
  <meta name="robots" content="noindex">, and listing it would both fail the check
  and ask a crawler to index the page Pages serves for every unknown path.

  Add a page, add it here in the same commit. There is no build step to do it for you.

  The URLs are in reading order rather than alphabetical: the prev/next pager at the
  foot of each page walks this same sequence, home to FAQ and back to home.
  Priority is relative within this site only; no crawler compares it across domains.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://atomictick.com/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://atomictick.com/how-it-plays/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://atomictick.com/world/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://atomictick.com/character/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://atomictick.com/design-laws/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!--
    The page most likely to change, because it is the one that says what is built and
    what is not. Weekly is a hint, not a promise.
  -->
  <url>
    <loc>https://atomictick.com/status/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://atomictick.com/faq/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://atomictick.com/privacy/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
