This is my attempt to create a decently strong UCI chess engine in C# from scratch, mainly to help me think through the process enough before I eventually tackle my goal of creating a competitive chess engine in some slightly faster language such as C.
To play against this engine you will need a UCI compatible chess GUI. Arena is free (and it's what I use).
Here's a game that demonstrates the current strength of the program: Skotz v0.2 vs Skotz v0.2 (10 sec/move, 7/13/13)
When reporting bugs, please attach the three *.out.txt files in the engine's directory. This will help me reproduce the error more easily.