exercism / problem-specifications

Shared metadata for exercism exercises.
MIT License
320 stars 540 forks source link

Queen Attack Description appears to be wrong #2443

Closed CameronBarnes closed 1 month ago

CameronBarnes commented 1 month ago

The Queen Attack Description says white queen is at c5 (zero-indexed at column 2, row 3) and the black queen at f2 (zero-indexed at column 5, row 6) But c5 is column 2 row 6, not column 2 row 3. And f2 is column 5 row 3, not column 5 row 6. It looks like the 5 in c5 and the 2 in f2 got switched up mistakenly.

github-actions[bot] commented 1 month ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.

glennj commented 1 month ago

https://forum.exercism.org/t/queen-attack-description-appears-to-be-wrong/11255