Hacker News new | ask | show | jobs
by jpmoral 1250 days ago
Took me ages. What finally helped me was to work backwards from c8. What squares can get to c8? Which of those squares can I eliminate (e.g. because to get there I'd have to be on a square covered by the queen) and so on.
1 comments

That's how I had to do almost every move. It's really a graph search!