Skip to content

Issue 1 - assessment 2 bugs/errors

According to the README.md file; there are two known bugs that need to be fixed:

    1. The Box complete algorithm currently does not correctly check the code to ensure the lines drawn complete a box.
    1. The DotsAndBoxesGrid currently allows you to "draw" a line that has already been drawn (duplicate), instead of throwing an exception, more specifically an "IllegalStateException".
Edited by Jason Aboh