Simple (Quite old) checkers game implementation on C++ languadge with additional OpenGL extension. Read more about rules of checkers game you could by passing to the folowing link: [Checkers Game Link] (https://en.wikipedia.org/wiki/Draughts).
In this game one player could play against another player, and could play alone against AI (thery simple AI implementation has been made). On the picture below you can see the screenshot of the game.
To deploy or run this solution you need:
- [Visual Studio 2015] (https://www.visualstudio.com/ru/downloads/) - an integrated development environment (IDE) from Microsoft used in this pgoject.
- [OpenGL Library] (http://glew.sourceforge.net/) - is the computer industry's standard application program interface ( API ) for defining 2-D and 3-D graphic images.
- Zakharov Aleksey - Initial work - PurpleBooth