franchoo / CharDrawingTool

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%