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

animation and styling #9

Merged
merged 9 commits into from
May 25, 2024
Merged

animation and styling #9

merged 9 commits into from
May 25, 2024

Conversation

WarFox
Copy link
Owner

@WarFox WarFox commented May 25, 2024

move highlight.js to dev dependencies

move highlight.js to dev dependencies
Each tile in the board should hold metadata about it's state.
This is so that we can use it for doing animations or showing
something extra in the ui based on the state of the tile
(combine [[2] [0] [4] [4]]) was giving
[[2] [0] [8] [0]] instead of [[2] [8] [0] [0]]

(combine [[0] [0] [4] [4]] was giving
[[0] [8] [0] [0]] instead of [[8] [0] [0] [0]

(combine [[4] [4] [0] [4]]) was giving
[[8] [0] [4] [0]] instead of [[8] [4] [0] [0]]
- combine should work based on values, regardless of state
@WarFox WarFox merged commit be4c8c4 into main May 25, 2024
5 checks passed
@WarFox WarFox deleted the styling branch May 25, 2024 17:03
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.

None yet

1 participant