This will print out Ascii shapes with the text that the user chooses in the center of the shape.
The IDE used while making this is NetBeans.
The Language that this project uses is Java.
The File path to where most of my work is java_shapes/ASCII shapes/src/ascii/shapes/
This is a console app. Compile it with NetBeans then use the built in console to go through it!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
I originally built this to solve a programming challenge presented to me for a job interview. I ended up really liking the project and kept it.