Created
October 15, 2017 04:05
-
-
Save wynand1004/b5c521ea8392e9c6bfe101b025c39abe to your computer and use it in GitHub Desktop.
Rock, Paper, Scissors ASCII Art
This file contains 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
# Rock Paper Scissors ASCII Art | |
# Rock | |
print(""" | |
_______ | |
---' ____) | |
(_____) | |
(_____) | |
(____) | |
---.__(___) | |
""") | |
# Paper | |
print(""" | |
_______ | |
---' ____)____ | |
______) | |
_______) | |
_______) | |
---.__________) | |
""") | |
# Scissors | |
print(""" | |
_______ | |
---' ____)____ | |
______) | |
__________) | |
(____) | |
---.__(___) | |
""") |
Great Job
Big Thanks for the figures of RPS.
Man u awesome!! I mention u in my game project.
Love you brother. My mom bless you
thank you
Many thanks!!
thank you so much!!
Nice! I made the game with it :) https://replit.com/@maxwellnewage/python-rock-paper-scissors-game
Thank you!!! :D
THANKS MAN ,I MADE THE GAME WITH IT
Glad you like it!
…On Thu, Nov 23, 2023, 17:53 aghbalu ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
THANKS MAN ,I MADE THE GAME WITH IT
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/wynand1004/b5c521ea8392e9c6bfe101b025c39abe#gistcomment-4770335>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADG373SWPCSDHNVSVH67SY3YF4FIJBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4DCOJZGYZDSMNHORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you authored the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
hey man, Thanks for the ASCII art! i was able to create a game with it using C# for a school project + i also made an ASCII ART Combining the 3 using your art!
Here's the game: https://github.com/Harleythetech/RPS-Game
ASCII ART:
_______ _______ _______
---' ____) ---' ____)____ ---' ____)____
(_____) ______) ______)
(_____) _______) __________)
(____) _______) (____)
---.__(___) ---.__________) ---.__(___)
ROCK PAPER Scissors
_______ _______
---' ____) (____ '---
(_____) (_____)
(_____) (_____)
(____) (____)
---.__(___) (___)__.---
Rock VS Rock
_______ _______
---' ____)____ ____(____ '----
______) (______
_______) (_______
_______) (_______
---.__________) (_________.---
Paper VS Paper
_______ _______
---' ____)____ ____(____ '---
______) (______
__________) (__________
(____) (____)
---.__(___) (___)__.---
Scissor vs Scissor
Nice! For the record, I didn't create this ASCII art - I found it online. I
just shared it here so my students would have access to it.
…On Wed, Dec 27, 2023 at 6:57 PM Harley ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
hey man, Thanks for the ASCII art! i was able to create a game with it + i
also made an ASCII ART Combining the 3 using your art!
Here's the game: https://github.com/Harleythetech/RPS-Game
ASCII ART:
_______ _______ _______
---' ____) ---' ____)____ ---' ____)____
(_____) ______) ______)
(_____) _______) __________)
(____) _______) (____)
---.__(___) ---.__________) ---.__(___)
ROCK PAPER Scissors
_______ _______
---' ____) (____ '---
(_____) (_____)
(_____) (_____)
(____) (____)
---.__(___) (___)__.---
Rock VS Rock
_______ _______
---' ____)____ ____(____ '----
______) (______
_______) (_______
_______) (_______
---.__________) (_________.---
Paper VS Paper
_______ _______
---' ____)____ ____(____ '---
______) (______
__________) (__________
(____) (____)
---.__(___) (___)__.---
Scissor vs Scissor
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/wynand1004/b5c521ea8392e9c6bfe101b025c39abe#gistcomment-4808607>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADG373TEOX4EXUXQFLVY4DDYLPWJXBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4DCOJZGYZDSMNHORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you authored the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Thanks so much bro
Thanks so much bro
Thank You
You're welcome - keep on codin'!
…On Tue, Jul 16, 2024, 02:16 nathnael zelalem ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Thank You
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/wynand1004/b5c521ea8392e9c6bfe101b025c39abe#gistcomment-5122653>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADG373TPNJC3NQKVCFAQEV3ZMS3CZBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4DCOJZGYZDSMNHORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you authored the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
thank you bro
Awesome
so helpful
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks dude