C++ sample "Tank Battle" (source code only)

Sold 20
Refunds 0
Good feedbacks 1
Bad feedbacks 0

The game "Tank Battle" is for two players (no computer AI). Your goal - to destroy the enemy tank. The fight goes to 15 points. The bricks can be destroyed, concrete blocks can't. "Star" bonus allows your tank to withstand one hit. Controls of the first player are arrow keys for movement and the RIGHT Ctrl for shooting. Second player controls are "WSAD" and space.

The project utilizes: creation and registration of a class of its own OS windows, message loop processing, GDI+ for rendering, processing user input, using system timer, the mechanism of collision detection.
No additional documents provided! There are source code and a compiled executable binary in the archive. The project is done with Microsoft Visual Studio C++ 2008 Express Edition and never updated since. The most important steps of the program are commented in Russian.