Skip to content

DragonAngel1st/HexGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexGame

This is my version of the HexGame which uses Minimum Spanning Trees, my own custom templates for Nodes and Graphs as well as a small game AI using Diskstra's Shortest Path Algorithm.

The goal of the project was to make the AI calculations more efficient and quicker to respond and play. Therefore, I had to make the game playable in reasonable amount of time while having the best AI opponent. Using Templates in C++, optimized Nodes and Graphs specific for the game rules, I was able to make the game reasonably playable (less then 2 seconds to wait for AI to make choice) for a 15x15 tiles HexGame out-performing the accepted 11x11 tournament game.

See https://en.wikipedia.org/wiki/Hex_(board_game) for the description of what HexGame is.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages