-
-
Save wynand1004/b5c521ea8392e9c6bfe101b025c39abe to your computer and use it in GitHub Desktop.
| # Rock Paper Scissors ASCII Art | |
| # Rock | |
| print(""" | |
| _______ | |
| ---' ____) | |
| (_____) | |
| (_____) | |
| (____) | |
| ---.__(___) | |
| """) | |
| # Paper | |
| print(""" | |
| _______ | |
| ---' ____)____ | |
| ______) | |
| _______) | |
| _______) | |
| ---.__________) | |
| """) | |
| # Scissors | |
| print(""" | |
| _______ | |
| ---' ____)____ | |
| ______) | |
| __________) | |
| (____) | |
| ---.__(___) | |
| """) |
Thank you :D It really helped me for my python exercises.
Great to hear!
The most amazing thing in the world
U should be an artist, Dude
Thanks dude
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
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
Thanks so much bro
Thanks so much bro
Thank You
thank you bro
Awesome
so helpful
Awesome. Thank you.
thanks
thankss
thanks bri,
Excellent work man...It helped me a lot in making my python project