
Spielüberblick
At this game you play against AI (Artificial Intelligent).
On a board there are 16 boxes. Every player can remove 1, 2 or k boxes, k is a random number in the range of 1 to 6, generated for each game.
The player who removes the last cube from the board wins.
AI plays first.
* AI uses minimax algorithm to chose the better move, the minimax implementation for this game doesn’t use Alpha-Beta Pruning, so it might take a while to return the result.
** This application is a part of an assignment for Hellenic Open University.
The player who removes the last cube from the board wins.
AI plays first.
* AI uses minimax algorithm to chose the better move, the minimax implementation for this game doesn’t use Alpha-Beta Pruning, so it might take a while to return the result.
** This application is a part of an assignment for Hellenic Open University.
Entwickler
Mehr Spiele von PapaNoel