diff --git a/README.md b/README.md index e914647..ba342d9 100644 --- a/README.md +++ b/README.md @@ -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** @@ -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++. \ No newline at end of file +- [Dear ImGui](https://github.com/ocornut/imgui): A bloat-free graphical user interface library for C++.