xeenoon / ChessApp

0 stars 0 forks source link

Add stockfish game analysis #19

Open xeenoon opened 2 years ago

xeenoon commented 2 years ago

Make a computer analysis system similar to the one on lichess. Analyze each position with stockfish, and measure the centipawn loss per move.

High lossage of centipawns will make moves be marked as being bad. Move levels will go like so:

Should also provide the engine lines for 'missed wins', when you play a suboptimal move but a better variation is available.

Analysis should originally consist of just standard games, then crazyhouse (fairy-stockfish) and then DuckChess

xeenoon commented 2 years ago

This is currently being worked on in the StockfishIntegration branch