Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish room case rule attempt #788

Merged
merged 33 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift click to select a range
5eabed7
Update SurroundRegionDirectRule.java
cadogs Oct 20, 2023
ae11843
Update SurroundRegionDirectRule.java
cadogs Oct 20, 2023
f9349f9
Merge branch 'dev' into Surround_Completed_Region_newest
Corppet Oct 27, 2023
125f557
Update SurroundRegionDirectRule.java
cadogs Oct 31, 2023
4e322b5
Merge branch 'Surround_Completed_Region_newest' of https://github.com…
cadogs Nov 3, 2023
3e539db
Create FinishRoomCaseRule.java
cadogs Nov 3, 2023
6cc91f3
more work done to finish room case rule. Also since there currently i…
cadogs Nov 10, 2023
dbb6082
Finish Room Case rule work
cadogs Dec 1, 2023
2e100bd
FinishRoomCaseRule initial completed attempt
cadogs Dec 1, 2023
323ac76
get draft pull
cadogs Feb 2, 2024
80fac53
Merge branch 'dev' into FinishRoomCaseRuleAttempt
charlestian23 Feb 2, 2024
d4c49dc
Changed the ID
charlestian23 Feb 2, 2024
41bb22b
Update FinishRoomCaseRule.java
cadogs Feb 2, 2024
b23c109
Merge branch 'FinishRoomCaseRuleAttempt' of https://github.com/cadogs…
cadogs Feb 3, 2024
3eb7eaa
Finish Room Case Rule Basically Done
cadogs Feb 9, 2024
dbf69e2
Cleaned up code
cadogs Feb 9, 2024
fe92964
Merge branch 'dev' into FinishRoomCaseRuleAttempt
charlestian23 Feb 12, 2024
f4d3c3d
Finish Room green arrows and test case start
cadogs Feb 16, 2024
397ea0f
Tests and rule rework
cadogs Feb 23, 2024
d84ed0a
Generalized max cases
cadogs Mar 12, 2024
dada125
FinishRoom Image
cadogs Mar 22, 2024
c1b10f4
Merge branch 'dev' into FinishRoomCaseRuleAttempt
cadogs Mar 22, 2024
62132c3
Added argument for minimum number of case rules
charlestian23 Mar 26, 2024
639972f
Test Case initial
cadogs Mar 26, 2024
2a559b2
Merge branch 'FinishRoomCaseRuleAttempt' of https://github.com/cadogs…
cadogs Mar 26, 2024
56ee4b3
Update CaseRule.java
charlestian23 Mar 26, 2024
89eec3a
Merge branch 'dev' into FinishRoomCaseRuleAttempt
charlestian23 Mar 27, 2024
f650c4f
Merge branch 'FinishRoomCaseRuleAttempt' of https://github.com/cadogs…
cadogs Mar 29, 2024
cd4fabe
False justification bug fix
cadogs Mar 29, 2024
84b1394
Merge branch 'dev' into FinishRoomCaseRuleAttempt
charlestian23 Apr 2, 2024
f4f7e90
deleting cases fix
cadogs Apr 2, 2024
d5bd9a9
Merge branch 'dev' into FinishRoomCaseRuleAttempt
cadogs Apr 2, 2024
a79931d
Merge branch 'dev' into FinishRoomCaseRuleAttempt
charlestian23 Apr 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
FinishRoom Image
Created and added new image to display the finish room case rule
  • Loading branch information
cadogs committed Mar 22, 2024
commit dada12584f8944a26e2bb6690a5c17161d3d6573
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@ public FinishRoomCaseRule() {
super("NURI-CASE-0002",
"Finish Room",
"Room can be finished in up to five ways",
"edu/rpi/legup/images/nurikabe/cases/BlackOrWhite.png"); //new image
"edu/rpi/legup/images/nurikabe/cases/FinishRoom.png"); //new image
this.MAX_CASES = 5;
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.