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

Implement Set Junior mode #177

Merged
merged 1 commit into from
Dec 29, 2024
Merged

Implement Set Junior mode #177

merged 1 commit into from
Dec 29, 2024

Conversation

ekzhang
Copy link
Owner

@ekzhang ekzhang commented Dec 29, 2024

Brought up today in community meeting as a popular game mode. Set Junior involves a 27 card deck.

For security / database integrity reasons at scale, I'm taking a different approach than the one in #148, filtering out the cards from the deck post hoc.

Set Junior has hints enabled. Looking through the code, there's no reason why other game modes can't have hints enabled either. I can flip this switch in the future if there's demand for it, will probably want to write a migration though to check integrity of previous setchain/ultraset games that had hints on in the database but are currently interpreted as "off" due to hints not being supported.

Closes #148.

Brought up today in community meeting as a popular game mode. Set Junior involves a 27 card deck.

For security / database integrity reasons at scale, I'm taking a different approach than the one in #148, filtering out the cards from the deck post hoc.

Set Junior has hints enabled. Looking through the code, there's no reason why other game modes can't have hints enabled either. I can flip this switch in the future if there's demand for it, will probably want to write a migration though to check integrity of previous setchain/ultraset games that had hints on in the database but are currently interpreted as "off" due to hints not being supported.
@ekzhang ekzhang merged commit f4b77d9 into main Dec 29, 2024
4 checks passed
@ekzhang ekzhang deleted the ekzhang/set-junior branch December 29, 2024 01:18
ekzhang added a commit that referenced this pull request Dec 29, 2024
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