e4e3
means move from e4 to e3
The Animation Type
in chess.com settings must be set to one of these options: None
, Slow
, Medium
or Fast
. Any other type will not work
Able to give the best move by stockfish from a live chess.com game. Basically a Chess Cheat.
Please do not cheat against anyone, cheating is a scum thing to do
- Run the server with the command listed in the
Install
section. - Go to
http://localhost:3000/browser/script.js
- Copy everything displayed
- Go to your chess.com game, open the Developer Console (Right Click -> Inspect Element or F12 or Ctrl Shift + I)
- Go to the console tab, paste in the script and press enter
- Profit
Clone the repo
git clone https://github.com/ShufflePerson/ChessTonia.git
cd ChessTonia
Install the NPM packages & other required libaries
npm install
npm install typescript
npm install ts-node
Run it
ts-node src/index.ts
For instructions on how to compile stockfish on your machine, head to StockFish Github
You can contact me on Discord: Shuffle#4696