SoloGameDevGitHub / AIEngine

An Artificial Intelligence Engine to be used mainly in game development. It contains a bunch of algorithms and techniques used in game development, like Neural Networks, Genetic Algorithm, A*, Minimax, MCTS and a lot more.
https://sologamedev.blog
MIT License
6 stars 2 forks source link

Negamax for Tic-Tac-Toe #2

Closed andreimesquita closed 4 years ago

andreimesquita commented 5 years ago

Create an specific implementation of the Negamax algorithm to be used in the Tic-Tac-Toe game.

AndreiSchuch commented 4 years ago

Done in https://github.com/andreimesquita/AIEngine/pull/1