Commits on Source (3)
-
Krishkumar Sandipkumar Patel authored
Fixed the code in the boxComplete method, which was to check north and south horizontal lines and east and west vertical lines in-order to determine if the box is complete or not.
-
Krishkumar Sandipkumar Patel authored
Fixed the bug in drawHorizontal and drawVertical method. Which was to write code that would throw an exception when the user tries to draw a line on top of an existing line.
-
Krishkumar Sandipkumar Patel authored
This merge merges issue branch into main branch. For my project, the issue branch contains the bugfixes in the DotsAndBoxesGrid.java class and the main branch contains testing code.