Dandapan123 / ChessMint

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

Home Page:https://discord.gg/T3PmKS75M2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



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.

  • See whether a move is the best move, a good move, a blunder, or even a missed win.
  • Helps you identify bad moves during play to improve your chess skills.
  • See how your opponent is doing and take advantage of their blunders.

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

  • Show the top moves in the position.
  • Show the moves that will lead to a checkmate, for both you and your opponent.

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

  • Show the evaluation of the current position.
  • Do we have a checkmate? See how many moves it will take.

Auto Move: Let the computer make moves for you.

  • Automatically make a move after it had finished thinking.
  • !! Use this feature against computer opponents for testing purposes only. Using this against human players will get your account banned.

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:

  • Download the extension and extract it: v1.0.0
  • Go to the Extensions page by entering chrome://extensions in a new tab, or go to the Manage extensions page.
  • On the top right corner, you should see an option named Developer mode, enable it.
  • A button named Load unpacked will show up in the top left corner, click it.
  • Select the extension folder which you have just extracted. The right folder should have a file called manifest.json in it.

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

About

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

https://discord.gg/T3PmKS75M2

License:MIT License


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%