You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI for solving a power 4 in which the current player does not see the opponent's moves
This project aims to implement and attempt to solve a Secret variant of Connect 4
Each player sees his own tokens, but not his opponents, until one of his tokens is stacked on top .
J1 facing J2, with J1 sigh
J1 has red pawns
J2 has yellow pawns
From J1 point of view each gray box is a box in which the enemy could place a pawn
The game is won by the first to line up 4 tokens, it is up to J1 to adapt the best strategies developed, to counter possible blows or to calculate the probabilities that a square is occupied.
Building for source
ant play
Fews screenshots
Readme in creation
About
AI for solving a power 4 in which the current player does not see the opponent's moves