What is the formula for winning at Pentago?

  • Context: High School 
  • Thread starter Thread starter greswd
  • Start date Start date
  • Tags Tags
    Formula
Click For Summary
SUMMARY

Pentago, an advanced board game akin to tic-tac-toe, has been solved using supercomputers, confirming that the first player can always win by avoiding the four corners. The Perfect Pentago website documents the outcomes of all positions with fewer than 18 stones, indicating that every first move, except for corner placements, is winning. While an algorithm exists to determine perfect play, no simple polynomial formula is available for human players to apply in real-time. The complexity of the game necessitates computational power for optimal strategies.

PREREQUISITES
  • Understanding of game theory principles
  • Familiarity with polynomial functions and algebra
  • Knowledge of board game strategies
  • Basic skills in algorithm design
NEXT STEPS
  • Research the algorithms used in game theory for optimal play
  • Explore the Perfect Pentago website for detailed game position analysis
  • Study polynomial functions and their applications in game strategies
  • Investigate other board games that have been solved using computational methods
USEFUL FOR

Game theorists, board game enthusiasts, mathematicians, and anyone interested in developing strategies for complex games like Pentago.

greswd
Messages
764
Reaction score
20
Pentago is a board game and you can think of it as a highly advanced version of tic-tac-toe.

With the aid of supercomputers, it has been strongly solved. Just like tic-tac-toe, it is possible for the player who starts first to always in.

I'm looking for a formula to always win at Pentago if I'm the first player. For tic-tac-toe, always mark the central square. For Pentago, never touch the 4 corners.

Tic-tac-toe is simple enough, but what is a formula for Pentago that can be applied by humans anytime?

Just like once someone memorises the algorithm, he can solve any Rubik's cube problem.
 
Mathematics news on Phys.org
greswd said:
Just like tic-tac-toe, it is possible for the player who starts first to always in.

Tic-tac-toe is impossible to lose for either player unless they make mistakes. If both players know what they are doing, it will end in a draw.
 
Oops. My bad.

So in Tic-Tac-Toe perfect play, it will always end in a draw. What constitutes perfect play for Pentago?
 
look here:

https://perfect-pentago.net/

They store the result of all positions with less than 18 stones. Every first move is winning, except for the corners.
 
willem2 said:
look here:

https://perfect-pentago.net/

They store the result of all positions with less than 18 stones. Every first move is winning, except for the corners.

omg i didnt see that earlier. looks like they've just updated the site
 
but anyway, is there a general formula that can be applied to all stages of the game? what constitutes perfect play?
 
greswd said:
but anyway, is there a general formula that can be applied to all stages of the game? what constitutes perfect play?
Depends on what you mean by "formula".

Is there an algorithm to determine perfect play? Yes.

Is there a polynomial formula that returns an optimal move for any possible position. Yes, trivially. Encode the board position as 36 variables x1 through x36 with values 0 (no stone), 1 (black stone) or -1 (white stone). Then a polynomial with 336 terms exists which will return the required result. That polynomial could, in principle, be constructed as a sum of 336 products like the following one that embodies the starting board position:

k * (x1 - 1 )(x1+1)(x2-1)(x2+1) ... (x36-1)(x36+1)

Is there a formula that a human can use in reasonable time with pencil and paper? The fact that the Perfect Pentago site used a supercomputer to accomplish the task suggests that no such formula is known.
 
perhaps it could be simplified? that would be very hard though
 

Similar threads

  • · Replies 195 ·
7
Replies
195
Views
24K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 5 ·
Replies
5
Views
6K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
15K
  • · Replies 13 ·
Replies
13
Views
3K