Skip to content
Snippets Groups Projects
Select Git revision
  • Starting_Code
  • add_Comments
  • issue
  • main default protected
  • testspass
  • testsfail
  • Initial_State
7 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.018Aug1724Jul12Jul117Jul6Merge branch 'issue'testspass maintestspass mainFixed 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.issueissueFixed 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.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.testsfailtestsfailAdded a test to check whether the game completes a box upon adding just one horizontal line. The test fails.Added more comments to DotsAndBoxesGrid.java class to understand the code betteradd_Commentsadd_CommentsUpdated 'name' label in the applicationUpdates build.gradle for gradle 8Initial_State S…Initial_State Starting_CodeUpdate README.mdAdded openvscode-server to gitignoreUpdated for 2022Make the name label to update more obviousA few last tidy-ups in the instructionsUpdate README.mdAdded log4j and a basic test classBasic game works except for deliberately introduced bugUpgrade JavaFx pluginFixups to get initially running on turingInitial revision. Displays but game not finished
Loading