I am trying to develop Pentago-game in C #.
Right now I have a 2 player mode that works great.
the problem is that I need a single player mode (against the computer), but, unfortunately, all minimax / negamax tools are designed for one thing calculated for each "Move" (placing marble, moving the game-piece).
butin Pentago, each player needs to do two things (place the marble and rotate one of the inner boards)
I did not understand how to realize both the rotating part and the placement of marble, and I will love someone to guide me with this.
If you are not familiar with the game, here is a link to the game.
If anyone wants, I can download my code somewhere if it is relevant.
thank you very much in advance
itsho source
share