Please sign in to access this page
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.
Check it out here: https://chessmd.org/
Kevin
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Ship 4
This ship is currently being voted on by the community. Check back later!
Introduce playing against bots!
- Choose a variety of skill levels to play against
- Customize any time control
- Analyse the game afterwards
Optimize opening book even further!
- After processing, there is no memory cost or lookup time, providing a cheap and instant opening games lookup
- Process 1 million games mega opening database
- Improve visuals of opening viewer
Implement huge opening book improvement!
- Overhaul previous tree approach in favour of zobrist hashes
- O(logN+K) lookups for displaying K games and O(N) space for N positions
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
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)