{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebSite",
            "name": "SudokuKudos",
            "url": "https://sudokukudos.com/",
            "description": "Real-time multiplayer Sudoku racing game. Race up to 35 players on the exact same puzzle - first to finish wins the Kudos."
        },
        {
            "@type": "Game",
            "name": "SudokuKudos",
            "url": "https://sudokukudos.com/",
            "description": "Race up to 35 players on the exact same Sudoku puzzle in real time. Free to play with no download required - jump in as a guest or create a free account to appear on the permanent leaderboard.",
            "genre": "Puzzle",
            "playMode": "MultiPlayer",
            "numberOfPlayers": {
                "@type": "QuantitativeValue",
                "minValue": 2,
                "maxValue": 35
            },
            "isAccessibleForFree": true
        }
    ]
}
