Hex: Lost Heroes (C#, Unity).

Marco García
1 min readJun 25, 2017

--

Board game where the player has to connect upper and lower sides placing tokens in the board. There is an artificial intelligence trying to block your path.

The orange tokens are placed by the artificial intelligence.

This game was developed for the Artificial Intelligence and Algorithm Optimization courses in SAE Institute México.

The game logics runs an algorithm to determine if the player won. This algorithm was optimized to work recursively without compromising the game performance.

Player winning the game.

--

--