{
    "name": "Play Block Escape Online",
    "short_name": "Block Escape",
    "description": "Block Escape is a brain-teasing puzzle game that challenges you to clear the screen by moving each block off the edge in the exact direction shown by the arrow printed on it. Every block has a fixed path, so you cannot simply push them anywhere you like. Instead, you must study the layout, think ahead, and decide the correct order to slide each piece away. As you progress through the levels, the puzzles become more complex, with blocks blocking each other and forcing you to plan several moves in advance. At NAJOX, we believe this kind of logical challenge sharpens your mind while keeping you entertained. The game demands careful planning and strategic thinking, because one wrong move can trap a block and force you to restart. With each new stage, the difficulty ramps up, making every puzzle a satisfying test of your problem-solving skills.Tap or click the blocks to move them in the direction shown by the arrows.",
    "icons": [
        {
            "src": "/files/pictures/block_escape.webp",
            "type": "image/webp",
            "sizes": "200x200"
        },
        {
            "src": "/files/512x512/block_escape.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "https://web.najox.com/game/block_escape",
    "id": "https://web.najox.com/game/block_escape",
    "scope": "https://web.najox.com/game/block_escape",
    "background_color": "#46bef9",
    "display": "fullscreen",
    "orientation": "any",
    "theme_color": "#0092d9",
    "dir": "auto",
    "display_override": [
        "fullscreen",
        "standalone"
    ],
    "categories": [
        "games"
    ],
    "screenshots": [
        {
            "src": "/files/screens/block_escape_1.webp",
            "type": "image/webp",
            "sizes": "350x250"
        }
    ]
}