Skip to content

Instantly share code, notes, and snippets.

@wynand1004
Created October 15, 2017 04:05
Show Gist options
  • Save wynand1004/b5c521ea8392e9c6bfe101b025c39abe to your computer and use it in GitHub Desktop.
Save wynand1004/b5c521ea8392e9c6bfe101b025c39abe to your computer and use it in GitHub Desktop.
Rock, Paper, Scissors ASCII Art
# Rock Paper Scissors ASCII Art
# Rock
print("""
_______
---' ____)
(_____)
(_____)
(____)
---.__(___)
""")
# Paper
print("""
_______
---' ____)____
______)
_______)
_______)
---.__________)
""")
# Scissors
print("""
_______
---' ____)____
______)
__________)
(____)
---.__(___)
""")
@ulazaro
Copy link

ulazaro commented May 10, 2023

thank you so much!!

@maxwellnewage
Copy link

@rubaiyet-anjum
Copy link

Thank you!!! :D

@aghbalu
Copy link

aghbalu commented Nov 23, 2023

THANKS MAN ,I MADE THE GAME WITH IT

@wynand1004
Copy link
Author

wynand1004 commented Nov 23, 2023 via email

@Harleythetech
Copy link

Harleythetech commented Dec 27, 2023

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

@wynand1004
Copy link
Author

wynand1004 commented Jan 6, 2024 via email

@OctuStudent
Copy link

Thanks so much bro

@mohamedtouihri
Copy link

Thanks so much bro

@natib21
Copy link

natib21 commented Jul 16, 2024

Thank You

@wynand1004
Copy link
Author

wynand1004 commented Jul 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment