Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 600 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 600 Bytes

Guess the Eval

Guess the Eval presents a series of chess positions, and you have to guess what evaluation Stockfish gives to those positions. If you guess one of the top three moves from the position, you may get a multiplier applied to your score.

Game screenshot Results screenshot

The TypeScript project for the web app is located at the root of this repo. The Rust-based evaluator which is responsible for selecting positions and calculating evals is located under evaluator.