I’d like to be able to send specific puzzles to a friend, and vice versa, so we can compete against each other. Is that possible on this site?
Announcement
Collapse
No announcement yet.
Is there a way to challenge a friend to a specific puzzle?
Collapse
X
-
It's not at all trivial unfortunately.
I couldn't figure out a way to do it while logged in. But you can do it anonymously.
Open the browser's console, usually by pressing F12. Copy this command in the console and press enter.
`https://starbattle.puzzlebaron.com/play.php?u=${document.querySelector('form:has([value="Start this puzzle »"]) input[type="hidden"]').value}`
This should output the url you both have to visit in order to play the same puzzle.
Comment
Comment