{
    "name": "Play Road To 7 Online",
    "short_name": "Road To 7",
    "description": "Welcome to Road To 7, a fun and casual math puzzle that anyone can enjoy. The goal is simple but engaging: start from the beginning of a given path and begin merging numbers together. As you move along the route, you will need to calculate the result of each pair of adjacent digits using addition, subtraction, multiplication, or division. Every result you get must be a non-negative integer that falls between 0 and 9. No negative numbers, no decimals, and no results above nine are allowed. Your task is to keep merging all the numbers along the path until only one number remains. That final number must be exactly 7 for you to clear the level. This is where NAJOX comes into the picture, offering a fresh and relaxing way to sharpen both your math skills and your logical thinking. Each puzzle presents a new challenge that tests your ability to plan ahead and choose the right operations. With every level, you will find yourself thinking more carefully about how to combine digits to reach that perfect seven. The gameplay is calm and stress-free, making it a great choice for a quick mental workout or a longer session of brain training. Whether you are a beginner or a math enthusiast, Road To 7 invites you to explore a world of numbers and logic in a simple, rewarding format.Road To 7 is a casual math puzzle game. Merge adjacent numbers with +-\u00d7\u00f7 along the path. Keep results as integers between 0 and 9. Combine all numbers and get 7 to win.",
    "icons": [
        {
            "src": "/files/pictures/road_to_7.webp",
            "type": "image/webp",
            "sizes": "200x200"
        },
        {
            "src": "/files/512x512/road_to_7.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "https://tik.najox.com/game/road_to_7",
    "id": "https://tik.najox.com/game/road_to_7",
    "scope": "https://tik.najox.com/game/road_to_7",
    "background_color": "#46bef9",
    "display": "fullscreen",
    "orientation": "any",
    "theme_color": "#0092d9",
    "dir": "auto",
    "display_override": [
        "fullscreen",
        "standalone"
    ],
    "categories": [
        "games"
    ],
    "screenshots": [
        {
            "src": "/files/screens/road_to_7_1.webp",
            "type": "image/webp",
            "sizes": "350x250"
        }
    ]
}