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

Fall 2024 Merge #883

Merged
merged 138 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
138 commits
Select commit Hold shift + click to select a range
f6f2a62
Initial Minesweeper implementation work
FisherLuba Jan 28, 2024
354cb78
Merge pull request #709 from FisherLuba/dev
FisherLuba Jan 30, 2024
b961f15
working on an abstract GridRegion class (WIP)
Kevin-771 Jan 30, 2024
a3a2a80
Add Unset tile type
FisherLuba Jan 30, 2024
8ad5acb
Merge pull request #712 from FisherLuba/dev
FisherLuba Jan 30, 2024
d84ad72
added comments to GridRegion
Kevin-771 Feb 2, 2024
e52e03b
Merge branch 'master' into gridRegion
Kevin-771 Feb 2, 2024
70e9f91
Merge branch 'dev' into gridRegion
Kevin-771 Feb 2, 2024
79d3608
modified GridRegion to handle generic types
Kevin-771 Feb 2, 2024
d8dea70
Merge branch 'gridRegion' of https://github.com/Bram-Hub/LEGUP into g…
Kevin-771 Feb 2, 2024
2ae7017
Update GridRegion.java
Kevin-771 Feb 2, 2024
b5b73ba
Added board initialization template
Chase-Grajeda Feb 2, 2024
6b066ae
RippleEffect importer
Chase-Grajeda Feb 9, 2024
3030805
Init elements
philippark Feb 10, 2024
d592e32
Make clicking tiles cycle between numbers, bomb, and empty tiles.
FisherLuba Feb 13, 2024
75e2ca7
Fix checkstyle errors
FisherLuba Feb 13, 2024
89fbe94
Added
vockek Feb 13, 2024
f8497f7
Revert "Added"
vockek Feb 16, 2024
194eb8b
Added
vockek Feb 16, 2024
ace7122
Create 123456
vockek Feb 16, 2024
5f1b13e
Revert "Create 123456"
vockek Feb 16, 2024
5b4a883
Merge branch 'minesweeper' into dev
Chase-Grajeda Feb 16, 2024
e4d8566
Merge pull request #732 from FisherLuba/dev
Chase-Grajeda Feb 16, 2024
eb5c8a0
Created Bomb or Filled Case Rule
vockek Feb 16, 2024
c5654d3
Merge branch 'Bram-Hub:minesweeper' into minesweeper
vockek Feb 16, 2024
f521daa
Update BombOrFilledCaseRule.java
vockek Feb 16, 2024
d662452
Various additions
vockek Feb 16, 2024
ba56e23
Merge branch 'minesweeper' of https://github.com/vockek/LEGUP into mi…
vockek Feb 16, 2024
99d0ecf
Revert "Create 123456"
vockek Feb 16, 2024
e151aaa
Merge remote-tracking branch 'upstream/dev' into dev
FisherLuba Feb 23, 2024
1d4cb59
Merge remote-tracking branch 'upstream/dev' into dev
FisherLuba Feb 23, 2024
38a4c24
Update Minesweeper classes to use newer Java features
FisherLuba Feb 23, 2024
fcea59a
Add documentation to Minesweeper classes
FisherLuba Feb 23, 2024
294814f
Added helper functions to utilities class
vockek Feb 23, 2024
6b1f812
Added function to retrieve a tile's number
vockek Feb 23, 2024
69aaf17
Create SatisfyFlagCaseRule.java
vockek Feb 23, 2024
e59a94e
Fixed "bomb or filled" case rule's picture
vockek Feb 23, 2024
7989d80
Fixed "satisfy flag" case rule's picture
vockek Feb 23, 2024
36920cb
Merge pull request #745 from FisherLuba/dev
FisherLuba Feb 25, 2024
5d57b42
Merge remote-tracking branch 'upstream/minesweeper' into dev
FisherLuba Feb 27, 2024
a919b16
Merge remote-tracking branch 'upstream/minesweeper' into dev
FisherLuba Feb 27, 2024
bca8755
Add some methods to MinesweeperUtilities and created some tests to ve…
FisherLuba Feb 27, 2024
3651b0d
Merge pull request #749 from FisherLuba/dev
FisherLuba Feb 27, 2024
845af67
Merge branch 'minesweeper' of https://github.com/vockek/LEGUP into mi…
vockek Mar 12, 2024
b4c8ed9
temp
vockek Mar 12, 2024
7dcdfc0
Added BombOrFilledCaseRule
FisherLuba Mar 12, 2024
ee4b707
Revert "temp"
vockek Mar 12, 2024
d8e27aa
Update minesweeperUtilities.java
vockek Mar 12, 2024
4e63e71
Merge branch 'minesweeper-upstream' into minesweeper
vockek Mar 12, 2024
0e89c11
Add bomb image
FisherLuba Mar 12, 2024
b121d28
Added reference sheet for Minesweeper tiles for puzzle editor
FisherLuba Mar 12, 2024
27d831e
Merge pull request #753 from FisherLuba/dev
FisherLuba Mar 15, 2024
23ef262
Merge branch 'minesweeper2' of https://github.com/vockek/LEGUP into m…
vockek Mar 19, 2024
e3d78ff
Merge branch 'minesweeper2' of https://github.com/vockek/LEGUP into m…
vockek Mar 19, 2024
3a1cee2
Added Minesweeper Utility Functions
vockek Mar 19, 2024
3022d86
Fixed "satisfy flag" case rule
vockek Mar 22, 2024
f9d52a3
Automated Java code formatting changes
Bram28 Mar 22, 2024
3164d44
Merge pull request #1 from vockek/minesweeper2
vockek Mar 22, 2024
62b3c71
Revert "Automated Java code formatting changes"
vockek Mar 22, 2024
9bffc7f
Added "More Bombs Than Flag" Contradiction Rule
vockek Mar 29, 2024
5a52070
Delete Unset (replaced by UnsetTile)
vockek Mar 29, 2024
5e461ec
Added dot to empty tile image
vockek Mar 29, 2024
a45ed95
Fixed "Satisfy Flag" Case Rule Picture
vockek Mar 31, 2024
6230b7b
Merge pull request #771 from vockek/minesweeper
vockek Mar 31, 2024
ef36851
Fixed "satisfy flag" bug
vockek Apr 2, 2024
a33eb7c
Created file for version change, currently testing in private reposit…
pitbull51067 Apr 5, 2024
7e0aace
This is the final code, I just have to change the path on Tuesday bec…
pitbull51067 Apr 15, 2024
0a3ed2e
Let's see if it works
pitbull51067 Apr 16, 2024
c9b92af
Trying to get the file right.
pitbull51067 Apr 16, 2024
ed15760
Trying to ignore the.gitignore flag.
pitbull51067 Apr 16, 2024
dea0ac6
let's try now that we have more permission
pitbull51067 Apr 16, 2024
9a9acfe
We gave GitHub actions permission to write.
pitbull51067 Apr 16, 2024
2e51bb5
Increment version number
pitbull51067 Apr 16, 2024
f0f1476
This is for the final version before I make my pull request. Changed …
pitbull51067 Apr 16, 2024
86d296e
Merge branch 'Regions' of https://github.com/pitbull51067/Legup into …
pitbull51067 Apr 16, 2024
88bcf1d
Final commit after updating branch.
pitbull51067 Apr 16, 2024
bbf799b
Added "Finish With Bombs" Direct Rule
vockek Apr 16, 2024
8c653d8
Update FinishWithBombsDirectRule.java
vockek Apr 16, 2024
4a288ee
Merge pull request #813 from vockek/minesweeper
vockek Apr 16, 2024
8b486aa
Merge branch 'dev' into minesweeper
vockek Apr 16, 2024
30b6e5e
Automated Java code formatting changes
Bram28 Apr 16, 2024
75f4ce8
Merge branch 'dev' into Regions
charlestian23 May 5, 2024
ecfbff6
Merge branch 'dev' into minesweeper
charlestian23 May 5, 2024
9e623a0
Automated Java code formatting changes
Bram28 May 5, 2024
0567f8b
Don't let user change numbers
willyoung366 Oct 1, 2024
ab1af27
added persistent export tags to each puzzle, and encrypted solved sta…
Lukas-Petervary Oct 4, 2024
7b2b37d
little bug fix
willyoung366 Oct 4, 2024
0cc33f2
new minesweeper puzzle
willyoung366 Oct 4, 2024
f44d4b3
fixes to some rules
willyoung366 Oct 12, 2024
5231687
Another board
willyoung366 Oct 12, 2024
dd6a460
updated auto grader to pass persistent tag and parse hashed solved state
Lukas-Petervary Oct 15, 2024
dc18b44
added backwards compatibility with old file format
Lukas-Petervary Oct 15, 2024
25455b1
new rule
willyoung366 Oct 20, 2024
a9213e2
Merge branch 'Bram-Hub:master' into master
Lukas-Petervary Oct 20, 2024
92d5fd2
un-dumb-ify file checking and parsing in batch grader
Lukas-Petervary Oct 25, 2024
88f7ac6
Merge remote-tracking branch 'origin/master'
Lukas-Petervary Oct 25, 2024
d4a85d9
Minesweeper
willyoung366 Oct 25, 2024
749427f
broken auto grader !!
Lukas-Petervary Oct 29, 2024
4db1bf9
Minesweeper changes
willyoung366 Nov 1, 2024
b858cef
fixed autograder 8)
Lukas-Petervary Nov 1, 2024
fd909de
New rule added
willyoung366 Nov 2, 2024
7832044
2-2-X case rule update
willyoung366 Nov 2, 2024
7e50edd
1-2-X rule DONE
willyoung366 Nov 5, 2024
cc824b5
added old puzzle updater, doesn't properly update skyscraper puzzles
Lukas-Petervary Nov 5, 2024
d11b7ce
finalized outdated puzzle updater :)
Lukas-Petervary Nov 8, 2024
9a26831
1-1-E direct rule
willyoung366 Nov 8, 2024
4c16ac3
Some changes
willyoung366 Nov 9, 2024
3642a16
Must Contain Bomb Direct Rule test
willyoung366 Nov 14, 2024
e0c311e
Must Not Contain Bomb test cases
willyoung366 Nov 14, 2024
0e3ceb6
New Minesweeper rules images
willyoung366 Nov 15, 2024
3a3e222
Merge branch 'Bram-Hub:master' into local-brancj
willyoung366 Nov 19, 2024
f62a86c
massive refacotring
willyoung366 Nov 20, 2024
33c5f5c
Merge branch 'local-brancj' of https://github.com/willyoung366/will-l…
willyoung366 Nov 20, 2024
a07bdef
puzzle type searching in autograder, and fixed puzzle exportation fro…
Lukas-Petervary Nov 22, 2024
fafd7d6
finished test suites for direct rules
willyoung366 Nov 22, 2024
8c7ebf8
Test suites for case rules
willyoung366 Nov 27, 2024
e7a6546
Contradiction Rules Test
willyoung366 Nov 27, 2024
5357d7c
couple tiny changes
willyoung366 Nov 27, 2024
d589811
bug fixes
willyoung366 Dec 2, 2024
63cf5a4
remove print
willyoung366 Dec 2, 2024
18a8cb2
Merge branch 'minesweeper' into local-brancj
willyoung366 Dec 2, 2024
3f250c2
Merge branch 'minesweeper' into dev
jadeandtea Dec 2, 2024
2085954
Merge pull request #872 from Bram-Hub/dev
jadeandtea Dec 2, 2024
28b12fe
prepare to merge
willyoung366 Dec 2, 2024
420a535
prepare to merge part 2
willyoung366 Dec 2, 2024
174518c
1 comment
willyoung366 Dec 2, 2024
94d74f0
some small improvements
willyoung366 Dec 7, 2024
67e5143
new rule + test suite for the rule
willyoung366 Dec 7, 2024
390e57d
Merge pull request #871 from willyoung366/local-brancj
jadeandtea Jan 8, 2025
cefe7c5
Merge branch 'dev' into master
jadeandtea Jan 8, 2025
4c379bc
Merge pull request #865 from Lukas-Petervary/master
jadeandtea Jan 8, 2025
14c95d4
Merge branch 'dev' into minesweeper
jadeandtea Jan 8, 2025
c57d4d7
Automated Java code formatting changes
Bram28 Jan 8, 2025
e1b80a8
Merge pull request #875 from Bram-Hub/minesweeper
jadeandtea Jan 9, 2025
119b9a6
Version Changer Only
pitbull51067 Jan 21, 2025
645a8a0
Merge branch 'dev' into Regions
jadeandtea Jan 21, 2025
1bbc6b7
Merge pull request #811 from pitbull51067/Regions
jadeandtea Jan 21, 2025
2f470b9
Removing unused files
jadeandtea Jan 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
52 changes: 52 additions & 0 deletions .github/workflows/version-changer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Increment Version on Push

on:
push:
branches:
- master

jobs:
increment_version:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Determine new version
id: update_version
run: |
current_version=$(<legup-update/bin/main/edu.rpi.legupupdate/VERSION)
IFS='.' read -r -a version_parts <<< "$current_version"
first_part="${version_parts[0]}"
second_part="${version_parts[1]}"
last_part="${version_parts[2]}"

if [[ $last_part -eq 9 ]]; then
new_last_part=0
if [[ $second_part -eq 9 ]]; then
new_second_part=0
new_first_part=$((first_part + 1))
else
new_second_part=$((second_part + 1))
new_first_part=$first_part
fi
else
new_last_part=$((last_part + 1))
new_second_part=$second_part
new_first_part=$first_part
fi

new_version="$new_first_part.$new_second_part.$new_last_part"
echo "New version: $new_version"
echo "::set-output name=version::$new_version"

- name: Update version.txt with new version
run: echo "${{ steps.update_version.outputs.version }}" > legup-update/bin/main/edu.rpi.legupupdate/VERSION

- name: Commit and push changes
run: |
git config --global user.email "[email protected]"
git config --global user.name "Pitbull51067"
git add -f legup-update/bin/main/edu.rpi.legupupdate/VERSION
git commit -m "Increment version number"
git push
2 changes: 1 addition & 1 deletion legup-update/bin/main/edu.rpi.legupupdate/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
6.0.1
7 changes: 3 additions & 4 deletions puzzles files/binary/10x10 Binary Hard/10x10 Binary Hard 1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Hard 1">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-19 00:12:25"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/10x10 Binary Hard/10x10 Binary Hard 2
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Hard 2">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:44:39"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/10x10 Binary Hard/10x10 Binary Hard 3
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Hard 3">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:45:38"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Medium 1">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:41:51"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Medium 2">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:42:37"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Medium 3">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:43:32"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Very Hard 1">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:46:41"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
5 changes: 2 additions & 3 deletions puzzles files/binary/6x6 Binary Easy/6x6 Binary Easy 1
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="2.0.0">
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Easy 1">
<board height="6" width="6">
<cells>
<cell value="0" x="2" y="0"/>
Expand All @@ -18,5 +17,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="--"/>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
5 changes: 2 additions & 3 deletions puzzles files/binary/6x6 Binary Easy/6x6 Binary Easy 2
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="2.0.0">
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Easy 2">
<board height="6" width="6">
<cells>
<cell value="0" x="1" y="0"/>
Expand All @@ -17,5 +16,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="--"/>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
5 changes: 2 additions & 3 deletions puzzles files/binary/6x6 Binary Easy/6x6 Binary Easy 3
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="2.0.0">
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Easy 3">
<board height="6" width="6">
<cells>
<cell value="1" x="0" y="0"/>
Expand All @@ -21,5 +20,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="--"/>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
5 changes: 2 additions & 3 deletions puzzles files/binary/6x6 Binary Easy/6x6 Binary Easy 4
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="2.0.0">
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Easy 4">
<board height="6" width="6">
<cells>
<cell value="1" x="0" y="0"/>
Expand All @@ -24,5 +23,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="--"/>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Easy/6x6 Binary Easy 5
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Easy 5">
<board height="6" width="6">
<cells>
<cell value="0" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-06-09 15:44:28"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Hard/6x6 Binary Hard 1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Hard 1">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-23 13:43:55"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Hard/6x6 Binary Hard 2
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Hard 2">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-23 13:44:35"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Hard/6x6 Binary Hard 3
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Hard 3">
<board height="6" width="6">
<cells>
<cell value="1" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-23 13:45:19"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Medium/6x6 Binary Medium 1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Medium 1">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-06-09 15:55:16"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Medium/6x6 Binary Medium 2
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Medium 2">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-06-09 15:57:16"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Medium/6x6 Binary Medium 3
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Medium 3">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-06-09 16:24:14"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Very Hard 1">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-19 11:20:31"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Loading
Loading