Checkers is a Checkers or English draughts board game with a computer opponent both in graphical and command line versions. It has one computer opponent and one human. The Artificial Intelligence (AI) method behind the decisions of computer is minimax tree searching. The depth of this search tree can be modified (range: 1 to 8) and the side of computer/human can be switched at any time during the play.
- Programming Language: ISO/IEC 14882 C++

- Compiled using:MS 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
- API used: Win32 API

- IDE: Microsoft Visual Studio

- Platform: Win32 on i386
- License: Proprietary
- Development Time: Sep. 2003
|