Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.42 KB

Note: Original project adapted by vetko for the Gradle build-scan exercise

  • Upgrade the gradle-wrapper to 6.7
  • Several improvements + tests
  • Added gradle theming and build-scan "Custom values"

ASCII Art Generator for Java (with adaptations for the exercise)

Please see ASCII Art Generator Library in Java for more details on this library.

Library Usage

ASCIIArtGenerator artGen = new ASCIIArtGenerator();
artGen.printTextArt("Hello", ASCIIArtGenerator.ART_SIZE_MEDIUM);
ASCIIArtGenerator artGen = new ASCIIArtGenerator();
artGen.printTextArt("Love is life!", ASCIIArtGenerator.ART_SIZE_SMALL,ASCIIArtFont.ART_FONT_MONO,"@");

Sample Ouput

***     ***              ***   ***             
***     ***              ***   ***             
***     ***              ***   ***             
***     ***     *****    ***   ***     *****   
***     ***    *******   ***   ***    *******  
***********   ****  ***  ***   ***   **** ****
***********   ***   ***  ***   ***   ***   ***
***     ***   *********  ***   ***   ***   ***
***     ***   *********  ***   ***   ***   ***
***     ***   ***        ***   ***   ***   ***
***     ***   ****       ***   ***   **** ****
***     ***    ********  ***   ***    *******  
***     ***     *******  ***   ***     *****