{
    "name": "Play Codequest Online",
    "short_name": "Codequest",
    "description": "CodeQuest drops you into a neon-soaked cyberpunk world where the only way to survive is to think like a programmer. You are not just clicking buttons or watching cutscenes. You are writing real Python code, line by line, to power your hero through ten dangerous missions. Every enemy you face, every locked door you open, every trap you disable, all of it comes down to the commands you type. The game teaches you actual programming logic as you play, so you are not memorizing fake puzzles. You are learning how to use variables, loops, conditionals, and functions in a way that feels natural and exciting. The story pulls you in from the first screen. The Digital World is under attack, and you are the only one who can rewrite its fate. You do not need any prior coding experience to start. The game guides you step by step, showing you how to write your first line of code and then building on that skill until you are solving real problems on your own. NAJOX makes sure the difficulty curve stays smooth, so you never feel lost or overwhelmed. By the time you reach the final mission, you will have written dozens of small programs, each one teaching you something new. The enemies are clever, the world is full of secrets, and the satisfaction of watching your code come to life is unmatched. CodeQuest is not just a game about hacking. It is a game about learning to create, to solve, and to think in a new way. And the best part is that you will finish it with a real skill you can use outside the game. So plug in, boot up, and get ready to code your way through the chaos. The Digital World is counting on you.Type Python code in the editor on the right side. \\nClick RUN CODE or press Ctrl+Enter to execute. \\nUse HINT if stuck. Use RESET to restore starter code.",
    "icons": [
        {
            "src": "/files/pictures/codequest.webp",
            "type": "image/webp",
            "sizes": "200x200"
        },
        {
            "src": "/files/512x512/codequest.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "https://app.najox.com/game/codequest",
    "id": "https://app.najox.com/game/codequest",
    "scope": "https://app.najox.com/game/codequest",
    "background_color": "#46bef9",
    "display": "fullscreen",
    "orientation": "any",
    "theme_color": "#0092d9",
    "dir": "auto",
    "display_override": [
        "fullscreen",
        "standalone"
    ],
    "categories": [
        "games"
    ],
    "screenshots": [
        {
            "src": "/files/screens/codequest_1.webp",
            "type": "image/webp",
            "sizes": "350x250"
        }
    ]
}