@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/game-development/accessibility-guide>
  a schema:TechArticle ;
  schema:headline "Game Accessibility Design Guide" ;
  schema:url <https://anchorfact.org/game-development/accessibility-guide/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/game-development/accessibility-guide>
  schema:citation <https://learn.microsoft.com/en-us/gaming/accessibility/guidelines> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/accessibility-guide>
  schema:citation <https://www.w3.org/WAI/WCAG22/Understanding/keyboard.html> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/game-development/accessibility-guide>
  schema:citation <https://gameaccessibilityguidelines.com/allow-controls-to-be-remapped-reconfigured/> ;
  af:sourceTier "B" .