I spent the last hour making ascii art letters

Miscellaneous. No spam or advertisements, constructive discussion encouraged.
Post Reply
User avatar
Keon
Developer
Posts:662
Joined:Thu Dec 06, 2012 7:09 pm
Affiliation:Inactive
IGN:ducky215
I spent the last hour making ascii art letters

Post by Keon » Thu Jan 16, 2014 11:32 pm

Spoiler:

Code: Select all

public static String[] a = {
		"     *     ",
		"    ***    ",
		"   ** **   ",
		"  **   **  ",
		" ********* ",
		"**       **",
		"**       **"
		};
	public static String[] b = {
		"*******    ",
		"**    ***  ",
		"**     *** ",
		"********   ",
		"**     **  ",
		"**      ** ",
		"*********  "
		};
	public static String[] c = {
		"  *******  ",
		" **     ** ",
		"**         ",
		"**         ",
		"**         ",
		"***     ***",
		"  ******   "
		};
	public static String[] d = {
		"*******    ",
		"**    ***  ",
		"**     *** ",
		"**      ** ",
		"**      ** ",
		"**     **  ",
		"********   "
		};
	public static String[] e = {
		"********   ",
		"**         ",
		"**         ",
		"********   ",
		"**         ",
		"**         ",
		"*********  "
		};
	public static String[] f = {
		"********   ",
		"**         ",
		"**         ",
		"********   ",
		"**         ",
		"**         ",
		"**         "
		};
	public static String[] g = {
		"  *******  ",
		" **     ** ",
		"**         ",
		"**    **** ",
		"**       **",
		"***     ** ",
		"  ******   "
		};
	public static String[] h = {
		"**       **",
		"**       **",
		"**       **",
		"***********",
		"**       **",
		"**       **",
		"**       **"
		};
	public static String[] i = {
		"***********",
		"     **    ",
		"     **    ",
		"     **    ",
		"     **    ",
		"     **    ",
		"***********"
		};
	public static String[] j = {
		"         **",
		"         **",
		"         **",
		"         **",
		"         **",
		"  ***   ** ",
		"    *****  "
		};
	public static String[] k = {
		"**     *** ",
		"**   ***   ",
		"** ***     ",
		"****       ",
		"** ***     ",
		"**   ***   ",
		"**     *** "
		};
	public static String[] l = {
		"**         ",
		"**         ",
		"**         ",
		"**         ",
		"**         ",
		"**         ",
		"***********"
		};
	public static String[] m = {
		"***     ***",
		"****   ****",
		"** ** ** **",
		"**  ***  **",
		"**       **",
		"**       **",
		"**       **"
		};
	public static String[] n = {
		"***      **",
		"****     **",
		"** **    **",
		"**  **   **",
		"**   **  **",
		"**    ** **",
		"**     ****"
		};
	public static String[] o = {
		"  *******  ",
		" **     ** ",
		"**       **",
		"**       **",
		"**       **",
		" **     ** ",
		"  ******   "
		};
	public static String[] p = {
		"*******    ",
		"**    ***  ",
		"**     *** ",
		"********   ",
		"**         ",
		"**         ",
		"**         "
		};
	public static String[] q = {
		"  *******  ",
		" **     ** ",
		"**       **",
		"**   **  **",
		"**    ** **",
		" **     ** ",
		"  ****** **"
		};
	public static String[] r = {
		"*******    ",
		"**    ***  ",
		"**     *** ",
		"********   ",
		"**   **    ",
		"**    **   ",
		"**     **  "
		};
	public static String[] s = {
		"  ******   ",
		" **        ",
		"**         ",
		" *******   ",
		"        ** ",
		"       **  ",
		"********   "
		};
	public static String[] t = {
		"***********",
		"     **    ",
		"     **    ",
		"     **    ",
		"     **    ",
		"     **    ",
		"     **    "
		};
	public static String[] u = {
		"**       **",
		"**       **",
		"**       **",
		"**       **",
		"**       **",
		" **     ** ",
		"  ******   "
		};
	public static String[] v = {
		"**       **",
		"**       **",
		"**       **",
		"**       **",
		" **     ** ",
		"  **   **  ",
		"    ***    "
		};
	public static String[] w = {
		"**       **",
		"**       **",
		"**       **",
		"**  ***  **",
		"** ** ** **",
		"****   ****",
		"***     ***"
		};
	public static String[] x = {
		"***     ***",
		"  **   **  ",
		"   ** **   ",
		"    ***    ",
		"   ** **   ",
		"  **   **  ",
		"***     ***"
		};
	public static String[] y = {
		"***     ***",
		"  **   **  ",
		"   ** **   ",
		"    ***    ",
		"     **    ",
		"     **    ",
		"     **    "
		};
	public static String[] z = {
		"***********",
		"       **  ",
		"      **   ",
		"     **    ",
		"    **     ",
		"  **       ",
		"***********"
		};
	public static String[] space = {
		"           ",
		"           ",
		"           ",
		"           ",
		"           ",
		"           ",
		"           "
		};
	
	public static String[] bang = {
		"     *     ",
		"     *     ",
		"     *     ",
		"     *     ",
		"     *     ",
		"           ",
		"     *     "
		};
	public static String[] huh = {
		"  ******   ",
		"        ** ",
		"         * ",
		"     ****  ",
		"     *     ",
		"           ",
		"     *     "
		};
	public static String[] comma  = {
		"           ",
		"           ",
		"           ",
		"           ",
		"           ",
		"  *        ",
		" *         "
		};
	public static String[] dot  = {
		"           ",
		"           ",
		"           ",
		"           ",
		"           ",
		"           ",
		" *         "
		};
Yeah. Maybe it will help.

Edit: IT ISN'T A TOTAL WASTE!
Spoiler:

Code: Select all

********     **       **  ***********  **       **  *******      ********       *******    *******           *       ********     ***********       *       
**           **       **       **      **       **  **    ***    **            **     **   **    ***        ***      **                **           *       
**           **       **       **      **       **  **     ***   **           **           **     ***      ** **     **                **           *       
********     **       **       **      **       **  ********     ********     **           ********       **   **    ********          **           *       
**           **       **       **      **       **  **   **      **           **           **   **       *********   **                **           *       
**            **     **        **       **     **   **    **     **           ***     ***  **    **     **       **  **                **                   
**             ******          **        ******     **     **    *********      ******     **     **    **       **  **                **           *       
- I can be reached as ducky215 on minecraft forums -

Luna
Lieutenant
Lieutenant
Posts:583
Joined:Thu Dec 06, 2012 7:21 pm

Re: I spent the last hour making ascii art letters

Post by Luna » Thu Jan 16, 2014 11:45 pm

It's a start.
"The Sky is the Limit"
Image
Commander Error wrote:"Titan" - Moves slightly quicker than a glacier, on a good day.
Prototype wrote:F-14s are just gay Tornados.
Catsonmeth wrote:Which meant every two weeks, Tuesday night was reserved for mainlining coffee and getting sensual with a keyboard

User avatar
Iv121
Vice Admiral
Vice Admiral
Posts:2414
Joined:Fri Dec 07, 2012 3:40 pm
Affiliation:UTN
Location:-> HERE <-

Re: I spent the last hour making ascii art letters

Post by Iv121 » Fri Jan 17, 2014 3:30 am

Nah its a a total waste, I believe by now you know already how to use strings even without all of that.
They're watching ... Image

"I am forbidden tag" -CvN

User avatar
Keon
Developer
Posts:662
Joined:Thu Dec 06, 2012 7:09 pm
Affiliation:Inactive
IGN:ducky215

Re: I spent the last hour making ascii art letters

Post by Keon » Fri Jan 17, 2014 7:59 am

Actually, I used hashmaps for the first time in a while, although I really could have just used an array.
- I can be reached as ducky215 on minecraft forums -

User avatar
hyperlite
Lieutenant
Lieutenant
Posts:360
Joined:Thu Dec 06, 2012 3:46 pm

Re: I spent the last hour making ascii art letters

Post by hyperlite » Thu Jun 26, 2014 11:00 pm

k
Spoiler:

Post Reply