{
    "title": "Neon Invaders",
    "slug": "neon-invaders",
    "description": "Defend against waves of glowing alien invaders in this neon-soaked space shooter. Move your ship left and right, shoot down enemies, and dodge their return fire. Classic arcade action with modern visuals.",
    "genre": "Shooter",
    "tags": [
        "HTML5",
        "Neon",
        "Shooter",
        "Space",
        "Arcade",
        "KouziTech",
        "4weird"
    ],
    "maker": {
        "name": "KouziTech",
        "bio": "KouziTech is an AI-first game studio pushing the boundaries of generative AI in game development. Every game is designed, built, and polished using AI-assisted workflows \u2014 proving that high-quality games can be created faster than ever before. We specialize in HTML5 browser games that work everywhere: no downloads, no installations, no plugins. Just click and play.",
        "url": "../index.html",
        "urlLabel": "More KouziTech Games"
    },
    "credits": [
        {
            "name": "KouziTech AI Studio",
            "role": "Game Developer",
            "avatar": "\u26a1",
            "primary": true,
            "url": "../index.html",
            "urlLabel": "More Games"
        },
        {
            "name": "4weird",
            "role": "Publisher",
            "avatar": "\ud83c\udfae",
            "primary": false,
            "url": "../../../index.html",
            "urlLabel": "4weird Games"
        }
    ],
    "controls": {
        "keyboard": {
            "\u2190 \u2192 / A D": "Move ship",
            "Space": "Shoot",
            "P or Esc": "Pause"
        },
        "touch": true,
        "mouse": false
    },
    "instructions": "Control your spaceship and shoot down waves of neon alien invaders. Move left and right with arrow keys or A/D. Press Space to shoot. Each wave gets progressively harder. Don't let the invaders reach the bottom! Collect power-ups for enhanced firepower.",
    "technical": {
        "canvasSize": {
            "width": 400,
            "height": 600
        },
        "targetFPS": 60,
        "mobileOptimized": true
    },
    "assets": {
        "external": [],
        "local": [
            "game.js",
            "game.css"
        ]
    },
    "meta": {
        "version": "1.0.0",
        "created": "2026-06-18",
        "license": "MIT"
    },
    "stage": "prototype",
    "visible": true
}