Hi, I wasn't sure what to put this under, so I hope I've put it in the right one, anyway, I was bored and decided to test my knowledge of classes of which I recently read about and started working on "Pen Simulator Plus". It's going nicely but I was wondering if anyone could help make an Ascii Pen, I tried and it looked terrible as well as getting messed up with slashes, because I can't remember the one that denotes special characters, Help?
The '\' is the escape character. Anyway, when I do ASCII Art, I usually just open Notepad or something similar, draw it, then put it into code then replace all \ with \\.
@ firedraco - Thanks, I'll try that, as for the program, its a (semi)realistic virtual pen in console
@ thomas430 - Hey, those look really great, thanks
@ king214 - ROFL THAT IS AMAZING
Sorry, I guess it was stupid not to follow your link before posting.
Anyway, how does someone go about making something like that. Do they have to enter every line of output into a program?