Skip to content

Pull Request for Rock, Paper, Scissors challenge#229

Open
JakeDance91 wants to merge 3 commits intomakersacademy:mainfrom
JakeDance91:main
Open

Pull Request for Rock, Paper, Scissors challenge#229
JakeDance91 wants to merge 3 commits intomakersacademy:mainfrom
JakeDance91:main

Conversation

@JakeDance91
Copy link

No description provided.

Copy link
Contributor

@alicelieutier alicelieutier left a comment

Choose a reason for hiding this comment

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

Nice to see some styling!
Well separated logic.

class Game
def initialize(input)
@input = input
@results = ["Rock", "Paper", "Scissors"]
Copy link
Contributor

Choose a reason for hiding this comment

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

I would make this a constant rather than a variable.

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.

2 participants