SCRATCH CHESS GAME Welcome to the Scratch Chess Game Difficulty levels: - Easy 1: searches 1 ply, makes many deliberate mistakes - Easy 2: searches 1 ply, makes some deliberate mistakes - Blitz 1: searches 2 plies (4 on TurboWarp) plus subsequent captures / checks - Blitz 2: searches 3 to 4 plies (8 on TurboWarp) plus subsequent captures / checks - Medium: think time 15 seconds for midgame - Difficult: think time 25 seconds for midgame, 15 seconds for endgame. The fast TurboWarp runtime will add ca. 6 plies on Medium and Difficult, and roughly doubles the plies on Blitz 1+2. Press 't' for changing think time on levels Medium and Difficult Press 'd' for debugging info (evaluation, search depth, NPS, MPS) Press 'p' for profiler modes (Stats, time spent per function and search depth, number of transposition table hits) BUG REPORTS: Please describe exactly what happened, and provide exported board data: Click "Export", then look for the FEN data, select the text by triple-clicking it, copy it to the clipboard and paste it to the bug comment. Alternatively you can also export the move list in PGN format. Before you post a bug, go sure it really is a bug and not a misunderstanding, e.g. you may want to consult an experienced chess player beforehand.
Credit to @ArnoHu for the original game: "Game of Kings Chess" - https://scratch.mit.edu/projects/828094886