ChessMD

ChessMD

4 devlogs
24h 55m
•  Ship certified
Created by Daniel Xu

ChessMD is a C++ based software designed to be the ultimate chess improvement tool - no more gatekeeping from paid game reviews and limited opening databases! With features such as game review, opening explorer, and engine analysis, ChessMD offers a wide variety of the state-of-the-art chess utilities.

Keep eye out for new features!

Timeline

Ship 2

0 payouts of shell 0 shells

Daniel Xu

about 13 hours ago

Daniel Xu Covers 2 devlogs and 9h 58m
  • Improve game review visuals
  • Add new feature: importing games from chess.com!!
Update attachment
  • Implement a separate worker thread for saving databases
  • Improved main window UI (database library) with options to import an existing database, create an empty database, or open an empty chessboard
Update attachment

Ship 1

1 payout of shell 333.0 shells

Daniel Xu

21 days ago

Daniel Xu Covers 2 devlogs and 14h 56m

Flesh out database saving features
- Save edits made to each game, including headers changes
- Create a new game from the main window and save to a new PGN database
- Add or remove games from an existing PGN database

Update attachment

Complete game review version 1.0! Users can get a quick visual summary of each game, including:

  • a graph that displays the evaluation changes throughout the game

  • color-coded annotations that indicate move quality (blunder, mistake, inaccuracy)

  • an overall accuracy score to see how well each game was played (accuracy calculations were inspired by lichess.org)

Update attachment