Skip to content

Game with score and sound effects#7

Open
QWERTY-L wants to merge 3 commits intoXavierCodingClub:masterfrom
QWERTY-L:master
Open

Game with score and sound effects#7
QWERTY-L wants to merge 3 commits intoXavierCodingClub:masterfrom
QWERTY-L:master

Conversation

@QWERTY-L
Copy link

This is my finished product with score and sound effects. The 'end' command ends the program and the 'cheat' command allows you to cheat.

@z4ab
Copy link

z4ab commented Oct 28, 2020

Wow, this is a really nice implementation.

@QWERTY-L
Copy link
Author

Thanks!

@Dodopo2324
Copy link

That's very cool!

@Dodopo2324
Copy link

image
Your code is pretty good. but I guess disapointment wins against paper. lol, nice work nontheless. : )

@Dodopo2324
Copy link

I think you should have a command like
If playerchoice != 'Rock', 'Paper', 'scissors' ('spock', 'lizard')
------print("bruh, Rock paper scissor")

@Dodopo2324
Copy link

image
It's actually about the starting letter.
It's funny, I say we keep this in. Any word starting with r, s or p will be vaild.

@QWERTY-L
Copy link
Author

Yeah, the point was that if someone misspelt a word it would still work. I guess there are some unintended consequences...

@Dodopo2324
Copy link

No no, it's fine lol. Besides, That's more a feature than a bug. Pls keep it lol.

@QWERTY-L
Copy link
Author

ok, I will

@z4ab
Copy link

z4ab commented Oct 29, 2020

yeah that is actually good i assume you only checked for the first element in the char array

score += int(input("How much do you want to add to you score? "));
game()

tc = playerChoice[0]
Copy link

Choose a reason for hiding this comment

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

oh yeah here it is

Copy link

Choose a reason for hiding this comment

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

me casually showing off my github skills 😎

Copy link

Choose a reason for hiding this comment

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

although they are completely useless in this context

Copy link
Author

Choose a reason for hiding this comment

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

lol, That is pretty cool tho

Copy link

Choose a reason for hiding this comment

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

yeah, i want to actually contribute to a project in this club. I never used github other than for stupid things. Those repos are private ofc just in case I ever want a career in cs.

@QWERTY-L
Copy link
Author

yeah that is actually good i assume you only checked for the first element in the char array

Technically, python doesnt have chars, but yeah I checked the first element of the string.

@z4ab
Copy link

z4ab commented Oct 30, 2020

yeah that is actually good i assume you only checked for the first element in the char array

Technically, python doesnt have chars, but yeah I checked the first element of the string.

oh yeah i guess i was referring to char arrays in cpp. Technically, cpp does not have strings which might seem odd.

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.

3 participants

Comments