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

Load Puzzles #5

Closed
FeXd opened this issue Apr 14, 2023 · 1 comment · Fixed by #19
Closed

Load Puzzles #5

FeXd opened this issue Apr 14, 2023 · 1 comment · Fixed by #19

Comments

@FeXd
Copy link
Owner

FeXd commented Apr 14, 2023

Lichess.org has an open database of puzzles, but there are several options to load them. Consider a library to load some puzzles for offline play, and then full API integration for online play.

@FeXd FeXd mentioned this issue Apr 14, 2023
@FeXd FeXd linked a pull request Apr 28, 2023 that will close this issue
@FeXd FeXd removed a link to a pull request Apr 28, 2023
This was referenced May 1, 2023
@FeXd
Copy link
Owner Author

FeXd commented May 7, 2023

Changing scope of this issue to only be regarding "offline" puzzles and created #20 to focus on fetching from Lichess API.

@FeXd FeXd closed this as completed in #19 May 7, 2023
FeXd added a commit that referenced this issue May 7, 2023
Load puzzles from a CSV that has been generated via the Lichess Puzzle
Database. Only a small selection of puzzles have been selected from the
entire database. Roughly 10 of every puzzle rating, based on popularity.

LocalStorage is being used to save player's rating in their browser.
Currently just starting at 400 and increasing / decreasing as puzzles
are solved. Using a very basic ELO calculation with 32 max movement.

Closes #5
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 a pull request may close this issue.

1 participant