You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 This project develops an autonomous Hex player that analyzes an NxN board and selects optimal moves using AI. The agent inherits from the base Player class, evaluates the game state on each turn, and returns the best action without storing global state or external dependencies.