A Chess engine made using C++.
Engine:
Universal Chess Interface (UCI) You can call the makefile in the src folder to create the binary. You can then use the binary in any UCI GUI to use it.
Acknowledgements:
This engine wouldn't be where it is now without Chess Programming Wiki, where I have spent many hours looking at the documentation. I have also looked at various programming topics from talkchess forums which has helped tremendously. Special thanks to the Koivisto team team who are kind enough to give many advice for this engine, and Casey Chou for the logo. And thanks to many open source engines where I've gained inspiration from, most notably Ethereal and Stockfish.
Techniques Used in Engine:
More information about Mr Bob can be found on chessprogramming wiki here.