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

<https://anchorfact.org/kb/game-development/tilemap-system>
  a schema:TechArticle ;
  schema:headline "Tilemap System" ;
  schema:url <https://anchorfact.org/game-development/tilemap-system/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.715" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/tilemap-system>
  schema:citation <https://docs.godotengine.org/en/stable/tutorials/2d/using_tilemaps.html> ;
  af:sourceTier "B" .

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

<https://anchorfact.org/kb/game-development/tilemap-system>
  schema:citation <https://docs.phaser.io/phaser/concepts/gameobjects/tilemap> ;
  af:sourceTier "B" .