/CharDrawingTool

Coding challenge of console commands drawing, here to be shared!

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Cmd Char Drawing Tool

Coding challenge of console commands drawing, here to be shared!

Content

  • Java 8 project exercise using Eclipse IDE and JUnit (Main-Class: com.hugeinc.java.chartool.CharDrawing)
  • Exercise spec document with problem description and drawing tool instructions (Codingchallenge-Drawingtool.pdf)
  • Sample input test file with normal flow (input.txt)
  • Compiled executable console program (CharDrawingTool.jar)

Try out

On a command prompt console type in java -jar CharDrawingTool.jar to use keyboard input from user
On a command prompt console type in java -jar CharDrawingTool.jar input.txt to use sample input test file

JUnit

Test suite class com.hugeinc.java.chartool.CharDrawingTestSuite sequentially runs the created test cases

Contributors

Organization