Skip to content
/ HEX Public

Game tool to analyze board, possible moves and outcomes.

Notifications You must be signed in to change notification settings

varev-dev/HEX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hex Project (extension to board game)

Project focuses on developing tools and algorithms to analyze HEX game boards, aiming to provide insights into optimal strategies, pattern recognition, and gameplay dynamics.


Available commands:

Base:

  • BOARD_SIZE
  • PAWNS_NUMBER
  • IS_BOARD_CORRECT
  • IS_GAME_OVER (dfs based)
  • IS_BOARD_POSSIBLE

Advanced (parameterized):

+ COLOR - Red / Blue
+ TYPE - Naive / Perfect
+ X - Amount of moves to check
  • CAN_COLOR_WIN_IN_X_MOVES_WITH_TYPE_OPPONENT

Technology stack:

  • C++(17)
  • STL

About

Game tool to analyze board, possible moves and outcomes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published