Last active
May 20, 2016 16:00
-
-
Save random-person-001/23ee17c651336d33b7ec46f6b6934c17 to your computer and use it in GitHub Desktop.
Various character arts we may use.
This file contains hidden or 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
String cloud1 | |
= " ____ _-_ " | |
+ " __ _/ \\_/ \\_ " | |
+ " / \\_/ __- \\ " | |
+ " |________/_____________|"; | |
String cloud2 | |
= " ____ ___ " | |
+ " __ _*####*_*###*_ " | |
+ " *##*_*#### *#########* " | |
+ " *########*#############*"; | |
String ground1 | |
= " " | |
+ " _________________._____________ ______________._ " | |
+ ".-______--_---. -----------_______ /____________.____ _------._ ._____________________---./ ___.-- | ___" | |
+ " \\ . \\____________________________/._.__ -- - --- |________.------.___.--` "; | |
String pig1 | |
= " __ __ \n" | |
+ " \\/---\\/ \n" | |
+ " ). .( \n" | |
+ " ( (\") ) \n" | |
+ " ) ( \n" | |
+ " / \\ \n" | |
+ " ( )` \n" | |
+ " ( \\ /-\\ / ) \n" | |
+ " w'W W'w "; | |
String pig2 | |
= " ,. \n" | |
+ " (_|,. \n" | |
+ " ,' /, )_______ _ \n" | |
+ " __j o``-' `.'-)'\n" | |
+ "(\") \\' \n" | |
+ " `-j | \n" | |
+ " `-._( / \n" | |
+ " |_\\ |--^. / \n" | |
+ " /_]'|_| /_)_/ \n" | |
+ " /_]' /_]' "; | |
String smallPig | |
= " ,,__ \n" | |
+ " c'' )?\n" | |
+ " '''' \n"; | |
String flyPigRight | |
= " _____ ____ \n" | |
+ " `----,\\ ) \n" | |
+ " `--==\\\\ / \n" | |
+ " `--==\\\\/ \n" | |
+ " .-~~~~-.Y|\\\\_ \n" | |
+ "@_/ / 66\\_ \n" | |
+ " | \\ \\ _(\") \n" | |
+ " \\ /-| ||'--' \n" | |
+ " \\_\\ \\_\\\\ \n"; | |
String flyPigLeft | |
= " ____ _____\n" | |
+ " ( /,----'\n" | |
+ " \\\\ //==--'\n" | |
+ " \\\\//==--'\n" | |
+ " _//|Y.-~~~~-,\n" | |
+ " _/66 \\\\ \\\\_@\n" | |
+ "(\\\")_ / / |\n" | |
+ " '--'|| |-\\\\ /\n" | |
+ " //_/ /_/"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment