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
Write the bot that plays using the minimax algorithm variant called negamax. As this game can have multiple formats, it would be nice to implement the algorithm using hash tables, in order to save memory and computation time.
The text was updated successfully, but these errors were encountered:
I was planning to do it by myself, but since I can't for a few days, please
go for it.
Add your code, and the PR, to the branch connectx. There is already a board
representation there.
Il 16/Ott/2018 04:44 AM, "Rumman Waqar" <[email protected]> ha
scritto:
Write the bot that plays using the minimax algorithm variant called negamax. As this game can have multiple formats, it would be nice to implement the algorithm using hash tables, in order to save memory and computation time.
The text was updated successfully, but these errors were encountered: