A chess bot written in C#, using the Raylib_cs library
Heavily influenced by Sebastian Lague's "Chess AI" mini-series
Requires .NET 6.0 and up
Thanks to Sebastian Lague for both the unintentional recommendation of using Raylib_cs as a graphical libarary and some snippets from his project
Thanks to Yaroslav Bondarev for open sourcing Stockfish.NET and using that to integrate the UCI protocol with Stockfish