Open mattiadg opened 6 years ago
@mattiadg I will take this :+1:
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" notifications@github.com ha scritto:
@mattiadg https://github.com/mattiadg I will take this 👍
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mattiadg/BoardGames/issues/20#issuecomment-430081426, or mute the thread https://github.com/notifications/unsubscribe-auth/AD6xogPCOsGJXNVjU2SfqC_JOq7c8IBLks5ulUgXgaJpZM4XbQTF .
@mattiadg Perfect. I will make a PR in a day or so
@mattiadg Sorry I suddenly got very busy at work and will not be able to finish work on this issue
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.