mattiadg / BoardGames

Two-players board games with AI engines. A project for learning software development in C++ and game programming.
Other
11 stars 13 forks source link

[ConnectFour] Implementing negamax engine. #20

Open mattiadg opened 6 years ago

mattiadg commented 6 years ago

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.

rummanwaqar commented 6 years ago

@mattiadg I will take this :+1:

mattiadg commented 6 years ago

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 .

rummanwaqar commented 6 years ago

@mattiadg Perfect. I will make a PR in a day or so

rummanwaqar commented 5 years ago

@mattiadg Sorry I suddenly got very busy at work and will not be able to finish work on this issue