Skip to content

Make sequence puzzle hint signs optional - #2924

Open
BiancaPierina wants to merge 2 commits into
endlessm:mainfrom
BiancaPierina:sequence-puzzle-optional-hint-signs
Open

BiancaPierina wants to merge 2 commits into
endlessm:mainfrom
BiancaPierina:sequence-puzzle-optional-hint-signs

Conversation

@BiancaPierina

Copy link
Copy Markdown
Contributor
  • Removed the editor warning that required a hint sign.
  • Added is_solved to SequencePuzzleStep.
  • Updated SequencePuzzle to use step-level solved state.
  • Added null guards around all hint_sign access.

Closes: #2149

@BiancaPierina
BiancaPierina requested a review from a team as a code owner September 18, 2026 03:52
@github-actions

Copy link
Copy Markdown

Play this branch at https://play.threadbare.game/branches/BiancaPierina/sequence-puzzle-optional-hint-signs/.

(This launches the game from the start, not directly at the change(s) in this pull request.)

@Un-player0

Copy link
Copy Markdown
Contributor

Hola!

He estado probando los cambios que hiciste y he visto que funcionan correctamente.

En todo caso recomiendo que resuelvas el check de formateo del codigo, la forma mas sencilla es instalar pre-commit como se indica aqui.

@manuq

manuq commented Sep 21, 2026

Copy link
Copy Markdown
Collaborator

@Un-player0 thank you so much for the peer review! @BiancaPierina let us know when it's ready for review again.

- Removed the editor warning that required a hint sign.
- Added is_solved to SequencePuzzleStep.
- Updated SequencePuzzle to use step-level solved state.
- Added null guards around all hint_sign access.
@BiancaPierina
BiancaPierina force-pushed the sequence-puzzle-optional-hint-signs branch from 08d7144 to 1a4965c Compare September 21, 2026 19:33
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.

Sequence puzzle hint signs should be optional

3 participants