A GUI and command line C++ implementation of Game of Hex, with an intuitive user interface and a simple AI algorithm. It's a project that was created as a part of the Programming Techniques course at EHTP, Casablanca
This program requires C++11 support, which is not provided by older versions of g++. It has been tested successfully using g++ v4.4.6 and v4.8.0.
HexGame is built using the SDL2 API. See the SDL website - http://www.libsdl.org for more information about SDL itself.
HexGame SDL runs on Linux,, Windows, Mac OS X, and other platforms.
This program uses SDL 2.0 alongside the following libraries : SDL_image and SDL_Mixer :
https://www.libsdl.org/download-2.0.php
https://www.libsdl.org/projects/SDL_image
https://www.libsdl.org/projects/SDL_mixer/
The project uses Codeblocks as an IDE, but any other IDE will do just fine.
http://www.codeblocks.org/