Skip to content

vetko/asciiart-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%