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

<https://anchorfact.org/kb/game-development/game-engine-comparison>
  a schema:TechArticle ;
  schema:headline "Game Engine Selection for AI-Assisted Production" ;
  schema:url <https://anchorfact.org/game-development/game-engine-comparison/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/game-engine-comparison>
  schema:citation <https://docs.unity3d.com/Manual/GameObjects.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-engine-comparison>
  schema:citation <https://docs.unity3d.com/Manual/scripting.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-engine-comparison>
  schema:citation <https://dev.epicgames.com/documentation/en-us/unreal-engine/blueprints-visual-scripting-in-unreal-engine> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-engine-comparison>
  schema:citation <https://dev.epicgames.com/documentation/en-us/unreal-engine/programming-with-cplusplus-in-unreal-engine> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-engine-comparison>
  schema:citation <https://docs.godotengine.org/en/stable/getting_started/step_by_step/nodes_and_scenes.html> ;
  af:sourceTier "B" .