Hacker News new | ask | show | jobs
by fisian 1089 days ago
I also had to figure out how to enter chess notation. As it turns out you have to add "x" after the piece if you want to capture or "+" suffix for check.
2 comments

Ah. That might be it... Anyhow after staring at that chess challenge I was sure to get a mate in two moves with the Qh6 but the captcha filled with numbers plus the add to 25 left me with only 3 to spare... So no way am I winning this game.
You can refresh the captcha. I had to a couple of times.
For the chess solution I ended up putting a breakpoint in the Javascript. To each their own.