Connect Four Game#560
Merged
HassanAbouelela merged 31 commits intoFeb 24, 2021
Merged
Conversation
HassanAbouelela
suggested changes
Jan 19, 2021
Contributor
HassanAbouelela
left a comment
There was a problem hiding this comment.
Well done so far! You are well on your way to making your first contibution. One request: can you add a way to stop a game early? Right now you either have to wait out the 30 second timeout or finish the game.
…dant code, and DRY
HassanAbouelela
suggested changes
Jan 24, 2021
Contributor
HassanAbouelela
left a comment
There was a problem hiding this comment.
Bumping some still open comments, and a bug. I'll leave a more complete review after they've been addressed.
…game over (winner/loser) code ; add case_insensitive alias
Contributor
Author
|
@HassanAbouelela Mentioned all requested changes! |
HassanAbouelela
suggested changes
Jan 28, 2021
HassanAbouelela
suggested changes
Feb 1, 2021
HassanAbouelela
approved these changes
Feb 1, 2021
…ce some emojis are made of len() > 1
…7/sir-lancebot into feature/connect_four
HassanAbouelela
approved these changes
Feb 19, 2021
ChrisLovering
requested changes
Feb 23, 2021
Contributor
Author
|
@ChrisLovering Mentioned requested changes :D. |
ChrisLovering
approved these changes
Feb 24, 2021
Member
ChrisLovering
left a comment
There was a problem hiding this comment.
Looks good to me, tested locally too 👍
Co-authored-by: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relevant Issues
Continued #365 as the original contributor ditched it.
And closes #244
Description
Implemented all the changes which were requested in the pr, and changed the bot message to a embed rather than content.
Screenshots
Additional Details
When playing against a CPU there's
Did you:
pipenv lock?pipenv run lint)?