{
    "name": "Play Pixeltris Online",
    "short_name": "Pixeltris",
    "description": "A falling block puzzle where each piece breaks apart into streams of sand. You guide the grains as they fall and settle, stacking them into piles that shift and slide. The goal is to connect one color from wall to wall, forming a solid bridge that clears the whole line. NAJOX adds a twist with chaining, so every cleared bridge can trigger the next if you time your drops well. The sand never stops moving, which means you have to think ahead about where each grain will land. Simple to pick up, but the combos get tricky fast.HOW TO PLAY\\n\u2022 Blocks fall, then shatter into loose sand when they land\\n\u2022 Connect one colour of sand from the left wall to the right wall to clear it\\n\u2022 Clear again within 3 seconds to build a combo multiplier\\n\u2022 Sand piles up as you go \u2014 the run ends when theres no room for a new block\\n\\nCONTROLS\\n\u2022 Move \u2014 Left/Right arrows, or A / D\\n\u2022 Rotate \u2014 Up arrow, W, or X\\n\u2022 Soft drop \u2014 Down arrow, or S\\n\u2022 Hard drop \u2014 Space\\n\u2022 Touch \u2014 drag to move, tap to rotate, flick down to drop",
    "icons": [
        {
            "src": "/files/pictures/pixeltris.webp",
            "type": "image/webp",
            "sizes": "200x200"
        },
        {
            "src": "/files/512x512/pixeltris.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "https://web.najox.com/game/pixeltris",
    "id": "https://web.najox.com/game/pixeltris",
    "scope": "https://web.najox.com/game/pixeltris",
    "background_color": "#46bef9",
    "display": "fullscreen",
    "orientation": "any",
    "theme_color": "#0092d9",
    "dir": "auto",
    "display_override": [
        "fullscreen",
        "standalone"
    ],
    "categories": [
        "games"
    ],
    "screenshots": [
        {
            "src": "/files/screens/pixeltris_1.webp",
            "type": "image/webp",
            "sizes": "350x250"
        }
    ]
}