kevin-shannon / connect4

The original vertical four in a line game.
13 stars 3 forks source link

Winning Strategy #34

Closed Sanookmakmak closed 3 years ago

Sanookmakmak commented 3 years ago

Connect4

kevin-shannon commented 3 years ago

Congrats on beating the AI, it's by no means perfect. Because it is deterministic if you memorize the columns to drop it in, you could beat it every time you go first (but where's the fun in that?). There are actually actually shorter winning strategies that I found from hours of playing against it 🤫 Maybe in the future there will be non-deterministic AI to vary things up.

Sanookmakmak commented 3 years ago

Thanks for congratulations! I will try to find out the shortest winning strategy.

Move â„– 14 is wrong, it should be column 2 instead of 4. because otherwise human player has won in any case.

Snipaste_2021-06-17_13-52-25

Sanookmakmak commented 3 years ago

I found a shorter one

Connect4

where move â„– 10 is wrong, it should be column 5 instead of 4

05 falsch