ion232 / lichess-api

A Rust API client for lichess.org
https://lichess.org/api
Apache License 2.0
9 stars 6 forks source link

Fixed GameMoveAnalysis eval field #59

Closed janmicza closed 2 months ago

janmicza commented 2 months ago

Description

This pull request updates the GameMoveAnalysis struct. This change fixes the eval field, which can be also a negative number (when an advantage for black).

Changes Made

ion232 commented 2 months ago

Thanks again 🙂