This variant of the game of Reversi is a game that we developed for you without any financial purpose. Indeed, the game requires no special rights and it is completely free. There is no advertising and we will not ask you money in the game. It never evolves, even in future versions.
You can contact us by against to give us your impressions of the game at:
[email protected]
The features are:
- 3 difficulty levels.
- Language English / French.
- Display or hide possible moves.
Note: For developers, the AI algorithm is a recursive search of alpha / beta. The level of play is the depth of recursion:
Beginner Level: (1 go / return) + plateau analysis
Intermediate (2 to /) + plateau analysis
Expert Level: (3 to /) + plateau analysis
The parameters of the "plateau of analysis" part can be refined to make the game better. This may be part of a future release.
Arnaud Bourdier.