Skip to content

Fix logic for draw condition in rock-paper-scissors#19

Open
Swathe2005 wants to merge 1 commit into
phillipai:mainfrom
Swathe2005:main
Open

Fix logic for draw condition in rock-paper-scissors#19
Swathe2005 wants to merge 1 commit into
phillipai:mainfrom
Swathe2005:main

Conversation

@Swathe2005
Copy link
Copy Markdown

Corrected the second 'elif choice == 0' to 'elif choice == 1' to fix the draw logic when the computer chooses paper.

@Swathe2005
Copy link
Copy Markdown
Author

Fixed the unreachable draw condition in the Rock Paper Scissors game (Day 4). Thanks for maintaining this repo!

1 similar comment
@Swathe2005
Copy link
Copy Markdown
Author

Fixed the unreachable draw condition in the Rock Paper Scissors game (Day 4). Thanks for maintaining this repo!

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.

1 participant