Harder for humans, but easy to make a really strong AI for this. Even overcounting because of illegal board states (multiple winners) and not even bothering to eliminate symmetries, there are at most 2 * 3^9 = 39366 board states. There are cycles in the board state graph, although they are of a very specific form (the only kind of cycle that exists is for board B with O and X alternating turns). So it is probably pos…
I think you will find it extremely difficult to do better than simply checking the probability that each square gives you a spot times the number of victory paths it opens up minus the probability that it gives your opponent a spot times the number of victory paths it opens up for them. Add another clause for paths closed if you want. Since chance is involved, you will basically never want to do anything but the gree…
Show HN: Probabilistic Tic-Tac-Toe
51–60 of 113 posts
Re: Show HN: Probabilistic Tic-Tac-Toe
#52Re: Show HN: Probabilistic Tic-Tac-Toe
#53Re: Show HN: Probabilistic Tic-Tac-Toe
#54Re: Show HN: Probabilistic Tic-Tac-Toe
#55Re: Show HN: Probabilistic Tic-Tac-Toe
#56Re: Show HN: Probabilistic Tic-Tac-Toe
#57Re: Show HN: Probabilistic Tic-Tac-Toe
#58Harder for humans, but easy to make a really strong AI for this. Even overcounting because of illegal board states (multiple winners) and not even bothering to eliminate symmetries, there are at most 2 * 3^9 = 39366 board states. There are cycles in the board state graph, although they are of a very specific form (the only kind of cycle that exists is for board B with O and X alternating turns). So it is probably pos…
I think you will find it extremely difficult to do better than simply checking the probability that each square gives you a spot times the number of victory paths it opens up minus the probability that it gives your opponent a spot times the number of victory paths it opens up for them. Add another clause for paths closed if you want. Since chance is involved, you will basically never want to do anything but the gree…
Since passing is not an option, you can't ignore a net value of 0 or less, because all options might have a net value of 0 or less.
Re: Show HN: Probabilistic Tic-Tac-Toe
#59Re: Show HN: Probabilistic Tic-Tac-Toe
#60As someone who often prints boardgames, this strikes me as a game that would be very easy to build a physical version of, just printing some tiles with random distributions printed on, and finding some tokens and a die to use. It would make a compact travel game. I do not think there would have to be a huge number of tiles. A few more than nine ought to be enough?