<?xml version="1.0" encoding="UTF-8"?>
<llms xmlns="https://llmstxt.org/schema/1.0">
  <name>Perilous Games</name>
  <description>Independent game development studio creating immersive gaming experiences.</description>
  <url>www.perilousgames.com</url>

  <company>
    <name>Perilous Games, Ltd.</name>
    <type>Game Development Studio</type>
    <founded>2017</founded>
  </company>

  <games>
    <game>
      <name>Ad Astra Imperium</name>
      <description>A space territory acquisition MMORPG set in a procedurally generated galaxy.</description>
      <genre>
        <item>Space Territory Acquisition</item>
        <item>MMORPG</item>
      </genre>
      <platforms>
        <platform>Windows</platform>
      </platforms>
      <status>In Development</status>
      <page>www.perilousgames.com/ad-astra-imperium</page>
    </game>
  </games>

  <pages>
    <page>
      <path>/</path>
      <name>Home</name>
    </page>
    <page>
      <path>/login</path>
      <name>Login</name>
    </page>
    <page>
      <path>/signup</path>
      <name>Sign Up</name>
    </page>
    <page>
      <path>/gallery</path>
      <name>Media Gallery</name>
    </page>
    <page>
      <path>/downloads</path>
      <name>Game Downloads</name>
    </page>
    <page>
      <path>/ad-astra-imperium</path>
      <name>Ad Astra Imperium</name>
    </page>
    <page>
      <path>/agreements/end-user</path>
      <name>End User License Agreement</name>
    </page>
    <page>
      <path>/agreements/privacy-policy</path>
      <name>Privacy Policy</name>
    </page>
  </pages>

  <api>
    <public_endpoints>
      <endpoint>
        <method>GET</method>
        <path>/api/version/launcher</path>
        <description>Get launcher version info</description>
      </endpoint>
      <endpoint>
        <method>GET</method>
        <path>/api/gallery/pictures</path>
        <description>List gallery images</description>
      </endpoint>
      <endpoint>
        <method>GET</method>
        <path>/api/gallery/videos</path>
        <description>List gallery videos</description>
      </endpoint>
    </public_endpoints>
  </api>

  <social>
    <discord>https://discord.gg/dT8nRduVwN</discord>
  </social>

  <contact>
    <email>support@perilousgames.com</email>
    <website>www.perilousgames.com</website>
  </contact>

  <relatedSites>
    <site>
      <name>Alexander Fields (Founder)</name>
      <url>https://www.alexanderfields.me</url>
    </site>
  </relatedSites>

  <copyright>Perilous Games, Ltd., 2026. All Rights Reserved.</copyright>
</llms>