Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 935 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 935 Bytes

Java Ascii Shapes

This will print out Ascii shapes with the text that the user chooses in the center of the shape.

IDE and Language

The IDE used while making this is NetBeans.

The Language that this project uses is Java.

Where the Main Logic is at

The File path to where most of my work is java_shapes/ASCII shapes/src/ascii/shapes/

Usage

This is a console app. Compile it with NetBeans then use the built in console to go through it!

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

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.