Skip to content

carlosmwh1985/hexGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

hexGame in C++

by Carlos Granados

A very first implementation of the game of hex in C++.

The first implementation is for 2 players. A second is on its way, for one player vs the machine (using AI).

The makefile compile directly the code, using the intel compilers...

The code is based on a basic graph class to implement the hex board. The player class is responsible to check the moves of each player and to verify after each move if a player won the match.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published