A chess engine written in C++. It currently implements hybrid board representation, alphabeta pruning, quiescence search, static evaluation, legal move generator, iterative deepening, MVV/LVA move reordering, makemove, unmakemove and uci move representation standard, tapered evaluation. Elostat gives the current version an ELO of 2100 measured over 50 games. The binary released supports UCI and can be used with any UCI supporting GUI. However, I suggest using Arena GUI (get the latest version from http://www.playwitharena.com/) or latest Winboard(http://www.open-aurec.com/wbforum/viewtopic.php?t=51528).
- Goto https://sourceforge.net/projects/conqueror-chess-engine/files/
- Download any version you are more comfortable unzipping or the installer that will automate the following steps
- Unzip to a suitable location
- Start Winboard.exe and enjoy
- In case of Installer.exe, just run it from the desktop shortcut
- Install Arena GUI
- Goto engines -> Install new engine
- Select Conqueror.exe from the dialog box
- Goto engine -> manage (F11)
- Select Conqueror as the current chess engine
- Enjoy
- (Optional) Send your queries, comments, complaints or suggestions to pandeaditya7@gmail.com
- Install Winboard 4.7
- Goto the Winboard installation directory and add a new folder Conqueror and put the Conqueror.exe release from this repo inside it
- Goto engine -> edit engine list
- Append the line "Conqueror" -fcp "Conqueror" -fd "..\Conqueror" -fn "Conqueror" -fUCI /firstXBook
- Close winboard and reopen it
- Goto engine -> Load first engine
- Select Conqueror from the list
- Enjoy