Skip to content

Commit

Permalink
Merge branch 'master' of github.com:4bitWise/stuckfish
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanMenda committed May 5, 2024
2 parents 73c74cf + 2184de8 commit dfbd7cd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Stuckfish will be directly available through releases. Simply download the lates

## **Features (Work in Progress)**

- [] Fetch and display all games played this month via [Chess.com](http://chess.com/) API.
- [] Navigate to previous months' games with a "<" button.
- [] Load selected game onto the board by clicking on it.
- [] Receive notification when game analysis is complete.
- [] Adjust Stockfish analysis depth.
- [] Easily navigate moves with forward and backward buttons.
- [] Show opening moves by each player.
- [] Present game summary with precision details and winner indication.
- [] Provide move status (blunder, inaccuracy, miss, good, great, excellent, brilliant) feedback.
- [] Dockerize the application for simplified deployment.
- [ ] Fetch and display all games played this month via [Chess.com](http://chess.com/) API.
- [ ] Navigate to previous months' games with a "<" button.
- [ ] Load selected game onto the board by clicking on it.
- [ ] Receive notification when game analysis is complete.
- [ ] Adjust Stockfish analysis depth.
- [ ] Easily navigate moves with forward and backward buttons.
- [ ] Show opening moves by each player.
- [ ] Present game summary with precision details and winner indication.
- [ ] Provide move status (blunder, inaccuracy, miss, good, great, excellent, brilliant) feedback.
- [ ] Dockerize the application for simplified deployment.

## **Developer Resources**

Expand All @@ -30,4 +30,4 @@ If you want to learn more about chess game analysis or even make your own, here
- [Stockfish](https://stockfishchess.org/): The powerful open-source chess engine used for analysis.
- **Stockfish API docs**: [StockfishOnline | Stockfish REST API](https://stockfish.online/docs.php)
- **Chess.com API docs**: [Published-Data API - Chess.com](https://www.chess.com/news/view/published-data-api)
- [Dear ImGui](https://github.com/ocornut/imgui): A bloat-free graphical user interface library for C++.
- [Dear ImGui](https://github.com/ocornut/imgui): A bloat-free graphical user interface library for C++.

0 comments on commit dfbd7cd

Please sign in to comment.