Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Exercise]: Queen Attack #242

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

glaxxie
Copy link
Contributor

@glaxxie glaxxie commented Aug 4, 2023

Just a head up, I also borrow from the javascript track with the draw board option

@github-actions
Copy link

github-actions bot commented Aug 4, 2023

Hello. Thanks for opening a PR on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

@github-actions github-actions bot closed this Aug 4, 2023
@meatball133 meatball133 reopened this Aug 4, 2023
return $row_check -or $col_check -or $diag_check
}

[string] DrawBoard() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this task is also brought from another track.
Which track to be specific?
It doesn't seem to be Python.

Copy link
Contributor Author

@glaxxie glaxxie Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey meatball, I did mention that it was from the javascript track in the comment above. Although I swear I did try to add and do the print out on my own when I did this problem in Elixir. I saw the drawn board in introduction, and thought it was good practice to add it myself for debugging and working with string. I actually used ♕ and ♛ (U+2655 and U+265B) instead of W and B.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, and sorry I missed that comment at the top. I have seen the drawing part on multiple tracks so just wanted to know where specific this version is taken from.

@meatball133 meatball133 merged commit 0ba430a into exercism:main Aug 8, 2023
3 checks passed
@glaxxie glaxxie deleted the pwrshll_queen_attack branch December 7, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants