C++ sample "Reversi game" (source code only)

Sold 6
Refunds 0
Good feedbacks 0
Bad feedbacks 0

"Reversi" is a game for two players on a standard 8x8 board. Your opponent is the computer. The player always plays black and takes the first move. The last move is marked with a marker. If an illegal move is made, a warning dialogue is issued.

The project utilizes: creation and registration of its own window class in the OS, OS message pump, GDI+ for rendering, user input processing, determining correct moves, simple AI which uses a greedy algorithm - moves with maximum immediate results are preferred.
No additional documents provided! There's source code of the project made with Microsoft Visual Studio C ++ 2008 Express Edition (never updated since). And a compiled executable. Important steps of the code are commented in Russian.