Why is the Wikipedia search bar permanently disabled in Roblox WikiRace?
The core challenge of WikiRace is navigating between two unrelated topics purely through hyperlinked conceptual connections (the 'Six Degrees of Wikipedia'). Allowing a search bar, URL address manipulation, or browser tabs would completely destroy the game's routing mechanics.
How does the in-game sandbox Wikipedia DOM parser work?
Roblox WikiRace runs a custom MediaWiki parser. It strips external citations, edit links, talk tabs, and scripts, converting core body paragraphs, infoboxes, and internal hyperlinks into native Roblox UI TextLabels and SurfaceGuis with zero external browser rendering overhead.
Do Wikipedia redirects count as extra hops in the match counter?
No! Official Wikipedia redirects (for example, clicking 'USA' which automatically forwards to 'United States') are counted as 0 extra hops by the server-side hop counter. Only distinct article navigations increment your hop score.
How does the anti-cheat system detect automated solvers and macros?
The server monitors click interval latency and path entropy. Human speedrunners have click intervals of 120ms or higher and scan visual text. Automated macros clicking at 0ms intervals, or unnatural Dijkstra-solver routes through obscure zero-traffic stubs without scrolling, trigger heuristic anti-cheat flags.
Are WikiRace matches played on a live Wikipedia snapshot?
WikiRace matches run on a verified English Wikipedia corpus snapshot. This ensures that live edits, vandalism, or deleted articles on real-world Wikipedia cannot break in-game routing paths during competitive tournaments.