Skip to content

Instantly share code, notes, and snippets.

@wynand1004
Created October 15, 2017 04:05
Show Gist options
  • Star 33 You must be signed in to star a gist
  • Fork 12 You must be signed in to fork a gist
  • 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("""
_______
---' ____)____
______)
__________)
(____)
---.__(___)
""")
@Skullzandbones
Copy link

hi im likiing ur arts. u shud b an artist

@alanxoc3
Copy link

Thanks so much, I'm about to make a simple CLI rock-paper-scissors game and this is just what I wanted!

@omonimus1
Copy link

Thank you, this is just brilliant

@wynand1004
Copy link
Author

Thanks, everyone! Sorry, I don't check this too often. It's best to find me on YouTube (Christian Thompson), or on Twitter (@tokyoedtech).

@Code-Blender-7
Copy link

Love your work!

@do0m-nametaken
Copy link

do0m-nametaken commented Jan 28, 2021

Nice art!
I made RPS in batch and it wouldn't have looked as good as it is without you!
https://gist.github.com/dominic1111/1d292a7db468e1d41467fd959d0f6e19

@wynand1004
Copy link
Author

wynand1004 commented Jan 29, 2021 via email

Copy link

ghost commented Feb 3, 2021

Excellent work man...It helped me a lot in making my python project

@Nashtic
Copy link

Nashtic commented Oct 31, 2021

Thank you :D It really helped me for my python exercises.

@wynand1004
Copy link
Author

Great to hear!

@Aarav2011
Copy link

The most amazing thing in the world
U should be an artist, Dude

@emantho
Copy link

emantho commented Feb 18, 2022

Thanks dude

@Farhan0016
Copy link

Great Job

@RupamMukherjee
Copy link

Big Thanks for the figures of RPS.

@sergiopele
Copy link

Man u awesome!! I mention u in my game project.

@StealthRagnar
Copy link

Love you brother. My mom bless you

@nathanadams-na
Copy link

thank you

@kingdreamerr
Copy link

Many thanks!!

@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

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