This project aims to develop an artificial intelligence (AI) agent capable of playing Hex, a two-player connection game played on a hexagonal grid. The objective is to create a robust AI that can ...
def test_hex_mode_initialized_on_mock_app(self): """hex_mode should be pre-initialized to False on the mock app.""" assert self.app.hex_mode is False class ...