thedemons / ChessMint

A chess.com extension for analyzing your game during play!
https://discord.gg/T3PmKS75M2
MIT License
52 stars 19 forks source link

IMPORTANT: Unfortunately, due to a lack of interest, I can no longer maintain this project. Please consider using BetterMint instead.




Join ChessMint discord! Download ChessMint

ChessMint

A chess.com extension for analyzing your game during play!

Features

Move Analysis: See how every move compares to the best move.

Move Hints: Don't know what's the best move? Get some hints!

Evaluation Bar: Are you winning? See how stockfish thinks!

Auto Move: Let the computer make moves for you.

Preview

Installing the extension

This extension is only for chrome at the moment, support for firefox browsers is coming soon

I haven't uploaded it onto the chrome store, you must install it manually by following the steps below:

For more details, see the official instructions.

Build instruction

This extension is written in typescript, you need to install npm first.

Install typescript if you don't have it:

npm i -g typescript

Clone this repo and build it:

git clone https://github.com/thedemons/ChessMint.git
cd ChessMint
npm i
npm run build