Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
assignment_2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krishkumar Sandipkumar Patel
assignment_2
Graph
main
Select Git revision
Branches
4
Starting_Code
add_Comments
issue
main
default
protected
Tags
3
testspass
testsfail
Initial_State
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Aug
17
24
Jul
12
Jul
11
7
Jul
6
Merge branch 'issue'
testspass main
testspass main
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.
issue
issue
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.
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.
testsfail
testsfail
Added 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 better
add_Comments
add_Comments
Updated 'name' label in the application
Updates build.gradle for gradle 8
Initial_State S…
Initial_State Starting_Code
Update README.md
Added openvscode-server to gitignore
Updated for 2022
Make the name label to update more obvious
A few last tidy-ups in the instructions
Update README.md
Added log4j and a basic test class
Basic game works except for deliberately introduced bug
Upgrade JavaFx plugin
Fixups to get initially running on turing
Initial revision. Displays but game not finished
Loading