Add deterministic Perbug Word Weave puzzle (modular puzzle #5) - #386
Open
ercmine wants to merge 1 commit into
Open
Add deterministic Perbug Word Weave puzzle (modular puzzle #5)#386ercmine wants to merge 1 commit into
ercmine wants to merge 1 commit into
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
nodeId|lat|lng|salt(SHA-256 -> 32-bit seed), common types (PuzzleType,PuzzleSeedInput,PuzzleDifficulty,PuzzleInstance,PuzzleSession,PuzzleResult), lifecycle events, and generator/validator interfaces (app/lib/features/home/perbug_puzzles/puzzle_framework.dart).letterPoolSize,targetWordLength,decoyDensity,branchingOptions,retryAllowance,dictionaryStrictness); difficulty scoring/tier/explainer; decoy injection and fairness checks; dictionary adapter with strictness modes; validator that enforces letter-pool assembly and dictionary/target rules (app/lib/features/home/perbug_puzzles/word_weave.dart).app/lib/features/home/perbug_game_models.dart,app/lib/features/home/perbug_game_controller.dart).app/lib/features/home/perbug_game_page.dart).app/test/perbug_word_weave_test.dart).Testing
git diff --checkwhich reported no whitespace/diff issues.app/test/perbug_word_weave_test.dart; execution was attempted viacd app && flutter test test/perbug_word_weave_test.dartbut test execution failed in this environment becauseflutteris not installed (automated tests could not be run here).dart formaton modified files but the environment lacked the Dart/Flutter toolchain so formatting and full test runs were not executed; the new tests are included and are written to be run in CI or a developer environment with Flutter/Dart installed.Codex Task