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

Testing: merge for new release #87

Merged
merged 23 commits into from
Jun 16, 2024
Merged

Testing: merge for new release #87

merged 23 commits into from
Jun 16, 2024

Conversation

jparkhouse
Copy link
Owner

No description provided.

jparkhouse and others added 23 commits May 27, 2024 13:58
build: added separate card interfaces
build: changed to gameconfigstore
…al storage support

The card store has been refactored to split the undo action stack into separate
stores:
- informationOnCardsStore
- flagsOnCardsStore
- cardsInHandStore
- actionsStore
- notesOnCardsStore

Additionally, all stores have been updated to read from and write to local
storage. This change allows users to refresh the page and retain their game
session state.

This commit also introduces the knownInformation properties. These properties
will enable support for more advanced game variants where hints can be blocked
by suits that take all hints.

BREAKING CHANGE: The refactoring of the card store into multiple stores changes
the structure of the state management. Ensure all related code is updated to
use the new stores.
information, so it only appears if
there are still multiple options
refactor: clarified more intuitive
bitflag checks
build: removed more console logs
without being bad at github
@jparkhouse jparkhouse merged commit 0626659 into main Jun 16, 2024
3 checks passed
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