[
  
  {
    "title": "Hello World",
    "authors": ["korlibs"],
    "repo": "https://github.com/korlibs/korge-hello-world",
    "zip": "https://github.com/korlibs/korge-hello-world/archive/main.zip",
    "branch": "main",
    "enabled": true,
    "screenshot": "https://store.korge.org/i/logo.svg",
    "description": "<p>A simple Hello World</p>\n"
  },
  {
    "title": "Hello World Ktor",
    "authors": ["korlibs"],
    "repo": "https://github.com/korlibs/korge-hello-world-client-server",
    "zip": "https://github.com/korlibs/korge-hello-world-client-server/archive/main.zip",
    "branch": "main",
    "enabled": true,
    "screenshot": "https://store.korge.org/i/korge_plus_ktor.png",
    "description": "<p>An example showing how to combine a KorGE client,\nwith a Ktor server having a module with shared code.</p>\n"
  },
  {
    "title": "Dungeon Explorer Starter",
    "authors": ["korlibs"],
    "repo": "https://github.com/korlibs/korge-starter-kit-dungeon",
    "zip": "https://github.com/korlibs/korge-starter-kit-dungeon/archive/main.zip",
    "branch": "main",
    "enabled": true,
    "screenshot": "https://github.com/korlibs/korge-starter-kit-dungeon/raw/main/screenshots/screenshot.jpg",
    "description": "<p>Shows how to load LDtk and perform raycasting operations along blur filter to create a Diablo-like dungeon explorer.</p>\n\n<p><a href=\"https://korlibs.github.io/korge-starter-kit-dungeon/\">Playable here</a></p>\n"
  },
  {
    "title": "Platformer Starter",
    "authors": ["korlibs"],
    "repo": "https://github.com/korlibs/korge-starter-kit-platformer",
    "zip": "https://github.com/korlibs/korge-starter-kit-platformer/archive/main.zip",
    "branch": "main",
    "enabled": true,
    "screenshot": "https://github.com/korlibs/korge-starter-kit-platformer/raw/main/screenshots/screenshot.png",
    "description": "<p>Shows how to use DragonBones, the Korge Mascots, the VirtualController and LDtk maps to create a Platformer game.</p>\n\n<p><a href=\"https://korlibs.github.io/korge-starter-kit-platformer/\">Playable here</a></p>\n"
  },
  {
    "title": "RPG Starter",
    "authors": ["korlibs"],
    "repo": "https://github.com/korlibs/korge-starter-kit-rpg",
    "zip": "https://github.com/korlibs/korge-starter-kit-rpg/archive/main.zip",
    "branch": "main",
    "enabled": true,
    "screenshot": "https://raw.githubusercontent.com/korlibs/korge-starter-kit-rpg/4d9cd0d4097c6b4c1e0173b5faf7dc317ecbcbbb/screenshot.png",
    "description": "<p>Shows how to use Tiled maps &amp; .ASE image format for characters</p>\n"
  },
  {
    "title": "Point & Click Adventure Starter Kit",
    "authors": ["korlibs"],
    "repo": "https://github.com/korlibs/korge-starter-kit-pointandclickadventure",
    "zip": "https://github.com/korlibs/korge-starter-kit-pointandclickadventure/archive/main.zip",
    "branch": "main",
    "enabled": false,
    "screenshot": null,
    "description": "<p>Shows how to create a Point &amp; Click adventure, and shows how to create spatial meshes for pathfinding</p>\n\n"
  },
  {
    "title": "KorGE Fleks Starter",
    "authors": ["jobe-m","Quillraven"],
    "repo": "https://github.com/korlibs/korge-fleks-hello-world",
    "zip": "https://github.com/korlibs/korge-fleks-hello-world/archive/main.zip",
    "branch": "main",
    "enabled": true,
    "screenshot": "https://raw.githubusercontent.com/korlibs/korge-fleks/9c693b626aecafa74f9effa0946366b2ab3b2d7a/fleks-screenshot.png",
    "description": "<p>A simple Hello World using KorGE Fleks</p>\n"
  }
]