-
Notifications
You must be signed in to change notification settings - Fork 82
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
Merge updated binary puzzle, proof editor, puzzle editor, home panel, bug fixes #852
Conversation
It wasn't doing anything and was always returning true.
Fixed buggy three adjacent contradiction rule
# Conflicts: # src/main/java/edu/rpi/legup/puzzle/binary/rules/SurroundPairDirectRule.java # src/main/java/edu/rpi/legup/puzzle/binary/rules/ThreeAdjacentContradictionRule.java
Fake tests added
Fake tests was bad
Basic Last Number for Cell test case.
Implemented 2 new test cases for LastNumberForCell and made Class and Test Case for RepeatedNumber contradiction rule
Added another test for RepeatedNumbers contradiction rule and fixed previous error.
… updated wiki with new rule images
Added final rule images, adjusted naming conventions for rule images,…
added noncode final commit components
…ns in all classes in history directory
…ns in all classes in model directory
…ns in all classes in gameboard directory
…ns in all classes in observer directory
…ns in all classes in model/rules directory
…ns in all classes in model/tree directory
…ns in all classes in model directory
…ns in all classes in ui/boardview directory
…ns in all classes in ui/proofeditor/ruleview directory
…ctly into HomePanel
…ns in all classes in ui/proofeditor/treeview directory
…ns in all classes in ui directory
This reverts commit c274436.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to approve. Star battle has not been updated to its latest version. Please add your changes Summer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code compiles and passes tests
I'm going to try merging these commits into the dev branch. |
Merge updated binary puzzle, including new rules, images, functionality.
New look and functionality for proof editor.
New look and functionality for puzzle editor.
Revised home panel.
Many bug fixes throughout the engine