-
Notifications
You must be signed in to change notification settings - Fork 250
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
Ellie's RPS #233
base: main
Are you sure you want to change the base?
Ellie's RPS #233
Conversation
@@ -0,0 +1 @@ | |||
Make your choice Charlotte |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if there's a way to get these to go into a .gitignore folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is! something like this should do it:
capybara-*.html
|
||
RULES = { rock: :scissors, | ||
paper: :rock, | ||
scissors: :paper } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great way of handling the rule logic here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done, only a few comments!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a reply to one of the comments :)
Good job overall, would have loved to see that result in action!
@@ -0,0 +1 @@ | |||
Make your choice Charlotte |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is! something like this should do it:
capybara-*.html
No description provided.