Skip to content

ekmadsen/MadChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MadChess

UCI Chess Engine

Status

I have rewritten my C# chess engine, changing its board representation from a "mailbox" array (version 2.x) to bitboards (version 3.0). Refer to my MadChess 3.0 Released blog post for release details. Refer to my series of Version 3.0 blog posts for details about the development process. Download compiled binary executables for Windows from the Downloads page.

I use GitHub as a source code repository, not a wiki website. If you're looking to read source code to understand the very particular implementation details of chess engine algorithms, you're in the right place. If you're looking for expository writing about the concepts behind chess engine algorithms, refer to my MadChess website.

About

A UCI chess engine implemented in C# with bitboards.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages