- Aug 17, 2023
-
-
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.
-
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
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
Added two more test methods that tests if drawing a horizontal line or vertical line on top of another would throw an IllegalArgumentException error. Both test methods failed.
-
Krishkumar Sandipkumar Patel authored
Added a test to check whether the game completes a box upon adding just one horizontal line. The test fails.
-
Krishkumar Sandipkumar Patel authored
-
Krishkumar Sandipkumar Patel authored
-
- Jul 24, 2023
-
-
William Billingsley authored
-
- Jul 12, 2022
-
-
William Billingsley authored
-
William Billingsley authored
-
- Jul 11, 2022
-
-
William Billingsley authored
This switches to just using Swing and no modules for better compatibility with working with VS Code.
-
- Jul 07, 2021
-
-
William Billingsley authored
-
William Billingsley authored
-
William Billingsley authored
-
William Billingsley authored
-
- Jul 06, 2021
-
-
Will Billingsley authored
-
Will Billingsley authored
0.0.10 seems to have fixed the issue with running modular JavaFX projects, allowing us to drop the previous (manual) fix.
-
Will Billingsley authored
-
Will Billingsley authored
-