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

Implemented new puzzle Kakurasu #874

Open
wants to merge 18 commits into
base: Kakurasu
Choose a base branch
from
Open

Conversation

ADEPLI
Copy link
Collaborator

@ADEPLI ADEPLI commented Dec 6, 2024

Description

Added all the rules and systems for the Kakurasu puzzle, except for the command to fill a row/col with empties and rule pngs, is complete.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (improvement to an already existing feature)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

No tests have been included in the commit, but the rules have been tested by hand with small test cases.

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

ADEPLI added 18 commits October 21, 2024 22:36
…nts. Added TODO related to fixing buggy behavior of not accessible but not deleted Nodes, which occurs when deleting a Node that has child Nodes.
…umber labels for each of the rows, and each of the hint numbers.
…urasuType Implementation due to editor functionality.
…I don't need line in my puzzle, I tried to remove it from my new code.
…achableSum". Previous direct rules can be made into/combined with "RequiredFill" and "RequiredEmpty"
…f needing the remaining unknown cells to all have to be the filled or empty.
… the command to autofill a row or column with empties and update the pngs for the rules, but otherwise, the game is completely function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant