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

<https://anchorfact.org/kb/game-development/core-mechanics>
  a schema:TechArticle ;
  schema:headline "Game Core Mechanics and System Loops" ;
  schema:url <https://anchorfact.org/game-development/core-mechanics/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.76" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/game-development/core-mechanics>
  schema:citation <https://users.cs.northwestern.edu/~hunicke/MDA.pdf> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/game-development/core-mechanics>
  schema:citation <https://gameprogrammingpatterns.com/game-loop.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/core-mechanics>
  schema:citation <https://gameprogrammingpatterns.com/state.html> ;
  af:sourceTier "B" .