SebLague / Chess-Challenge

Create your own tiny chess bot!
https://www.youtube.com/watch?v=Ne40a5LkK6A
MIT License
1.77k stars 1.06k forks source link

Added an evaluation bar UI #456

Closed DjSapsan closed 10 months ago

DjSapsan commented 1 year ago

Added an evaluation bar UI. Coders must implement the following function in MyBot.cs : public static double EvaluatePosition(Board board)

@SebLague , you can use the idea and tweak it as you want.

image

image