We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some users may want to jump up or down to a specific rating, so let's allow them to!
The text was updated successfully, but these errors were encountered:
Fix Bug - Promotion (#27)
1e4cb4a
Promotion has been fixed by: - changing to using **js-chess-engine** [Option 1 with-in memory](https://github.com/josefjadrny/js-chess-engine?tab=readme-ov-file#option-1---with-in-memory) - rather than creating a menu to pick which piece, just promote to what the puzzle wants - this make it easier, but also will make theme-ing things later easier URL parameters: - you can now specify `puzzle` and `rating` via URL parameters - examples: https://puzzlechess.ca?puzzle=0nSDR, https://puzzlechess.ca?rating=1000, https://puzzlechess.ca?puzzle=0nSDR&rating=1000 - if valid puzzle isn't found it will load random - if rating is not a number it will default to previous Progress on #24 in that users can change rating via parameters, but I would still like them to be able to do so using an actual interface menu. Closes #26 Closes #25
No branches or pull requests
Some users may want to jump up or down to a specific rating, so let's allow them to!
The text was updated successfully, but these errors were encountered: