Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.88 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.88 KB

Stuckfish

Stuckfish is a desktop application designed for reviewing chess games. Written in C++ with Dear ImGui, it offers a fast and free solution with an intuitive user interface for precise game analysis.

Installation

Stuckfish will be directly available through releases. Simply download the latest release for your operating system and follow the installation instructions provided.

Features (Work in Progress)

  • Fetch and display all games played this month via 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

For developers interested in contributing to Stuckfish, please refer to our Developer Guide for detailed instructions.

Further Reading

If you want to learn more about chess game analysis or even make your own, here are some recommended resources: