Skip to content

A GUI C++ implementation of Game of Hex, with an intuitive user interface and a simple AI algorithm.

License

Notifications You must be signed in to change notification settings

IssamAssafi/HexGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexGame - Strategy Board Game

Description

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.

Platforms

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.

Screenshots / Preview

Hex Game Demo

Prerequisites

This program uses SDL 2.0 alongside the following libraries : SDL_image and SDL_Mixer :

SDL 2.0

https://www.libsdl.org/download-2.0.php

SDL_image

https://www.libsdl.org/projects/SDL_image

SDL_mixer 2.0

https://www.libsdl.org/projects/SDL_mixer/

CodeBlocks

The project uses Codeblocks as an IDE, but any other IDE will do just fine.

http://www.codeblocks.org/

About

A GUI C++ implementation of Game of Hex, with an intuitive user interface and a simple AI algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages