Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 581 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 581 Bytes

Chess Bot (C#)

By Nick Glenn

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