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

Chess #105

Merged
merged 5 commits into from
Jun 27, 2023
Merged

Chess #105

merged 5 commits into from
Jun 27, 2023

Conversation

benjaminpjones
Copy link
Collaborator

@benjaminpjones benjaminpjones commented Jun 26, 2023

Fixes #12

The purpose of this exercise was to test the extensibility of the framework. I feel some validation that chess.js API fit ours so perfectly - no complaints there.

The UI wasn't as easy, but that was mostly because the first two libraries I tried (chessboard.js, vue3-chessboard) weren't easy to import. Lichess's chessground worked great, but I felt a good deal of friction getting Vanilla JS library to play nicely in a Vue component.


Anyway, here is the result! The error messages aren't great, but the validator is rock solid - in this video, I didn't notice king was in check, but the validator caught it!

Screen.Recording.2023-06-25.at.9.14.07.PM.mp4

@benjaminpjones benjaminpjones merged commit 2dd9f6f into main Jun 27, 2023
1 check passed
@benjaminpjones benjaminpjones deleted the chess branch July 4, 2023 11:10
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.

[variant request] Chess
1 participant