{
    "name": "Play Sweep Maze Online",
    "short_name": "Sweep Maze",
    "description": "Sweep Maze is a calm and thoughtful puzzle game built around a simple idea: guide a ball across the board and paint every open tile until none are left untouched. Each move matters, because the path you choose decides whether you clear the whole maze or leave yourself stuck in a corner. You need to look ahead, plan your route, and avoid blocked spaces that can cut off your progress. The challenge grows as the board fills up, and finishing a level means covering every open tile without getting trapped. NAJOX brings this experience together with procedurally generated boards, so no two puzzles ever play out the same way. Multiple difficulty levels let you take things slow or push yourself with tougher layouts. Some boards are gentle and forgiving, while others demand careful thinking and a bit of patience. Whether you want a quiet moment to unwind or a small mental workout, each round offers something a little different. The rules are easy to pick up, but mastering the flow of the maze takes practice. Every level is a fresh puzzle waiting to be solved, one tile at a time.Desktop: Use the Arrow Keys or WASD to move the ball.\\n\\nMobile: Swipe in the direction you want the ball to move.\\n\\nCover every available tile to complete the level. If you get stuck, use the hint feature to help find the next move.",
    "icons": [
        {
            "src": "/files/pictures/sweep_maze.webp",
            "type": "image/webp",
            "sizes": "200x200"
        },
        {
            "src": "/files/512x512/sweep_maze.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "https://ios.najox.com/game/sweep_maze",
    "id": "https://ios.najox.com/game/sweep_maze",
    "scope": "https://ios.najox.com/game/sweep_maze",
    "background_color": "#46bef9",
    "display": "fullscreen",
    "orientation": "any",
    "theme_color": "#0092d9",
    "dir": "auto",
    "display_override": [
        "fullscreen",
        "standalone"
    ],
    "categories": [
        "games"
    ],
    "screenshots": [
        {
            "src": "/files/screens/sweep_maze_1.webp",
            "type": "image/webp",
            "sizes": "350x250"
        }
    ]
}