I don’t know what you’re talking about. Giraffe as Interesting has always been an integral part of the show and is already established in the lore as a recurring character
I'm here for a different debate, either way it's established that right now giraffe as interesting is a full time real character. So what's his pay? Is the wage hourly or by commission, is it full time or part time. I NEED THE ANSWERS PEOPLE
Same. Actually everyone was confused why I'm not going middle in the first move, so THEY moved in the middle, so most of the time game ended with a tie. When I was second, the output of the game was more random since I didn't figure out the sure tie strategy for some reason.
There's a bit more to it then starting either in the middle or a corner. Start from the side to stump someone who thinks they got the basics figured out. Mathematically, the odds of winning are smaller but psychologically this works better against more experienced players. This line of play is covered in the wiki page but not the one way you could end up in a winning "fork" position when you do not go first. It requires your opponent to make a mistake that only veteran players tend to make. Tic-tac-toe is figured out for sure, just not quite in the way most people say it is, which goes for much else in life too. Have fun working it out!
That's why where I'm from, we always played tic-tac-toe in an "infinite" board (like a whole page), where you have to collect five marks in one line. That way the game is much more interesting, with way more possible outcomes.
One of the first things I ever coded (that wasn't a part of my course on how to code) was a bot that plays Tic Tac Toe against you and will always win or end in a draw if you're smart enough to counter it. It took a couple days to code it all, but I was really happy with the result considering that I wasn't following anyone else's instructions and figuring it out all on my own. Coding that bot has permanently burned Tic Tac Toe gameplay strategy into my brain.
basically, if you go first, go in a corner, and there are 2 continuations: -if they move on ANY edge, play in the center -otherwise, try playing in the opposite corner, otherwise just play in a random corner. And then continue by playing "naively": win if you can, avoid losing. Also, a game like chess could theoretically be solved, but it would require a lot of work. Antichess was only weakly solved (White has a mate in
Hey Sam, good job on this!! Even if a few details were a bit off, you clearly put in a lot of effort to understand a complicated topic, and I appreciate you.
I figured out the tik tak toe 'never lose' strategy independently 20 years ago. Also you can have a never lose scenario from starting at the middle point. And if you play against an opponent who knows these strategies and always plays first, you can draw all the games no matter which moves he takes. This is probably why there is no tik tak toe championships anywhere. All games will lead to a tie😂
Now imagine the situation: 1. You want to play tic tac toe 2. Your friend is joining you 3. Both of you watch this Would you: A. Play something else B. Watch Wendover instead and start talking about the logistic of toys
Back in 1980, a Computer Science class at Stanford had us write programs in 4 different languages, including APL, a dense, math oriented language from IBM. I wrote a one line APL program to play tic-tac-toe that always won or tied. The program mirrored and rotated the grid to match patterns in 3x3 matrices that mapped out all possible moves, just as described in this video.
Actually, ultimate tic tac toe is a very nice variant, which is basically a game of tic tac toe in every field of a game of tic tac toe. It makes the game all of a sudden VERY interesting.
I remember discovering this, and destroying my classmates for weeks until they got suspicious of why I always never lost if I played a corner (I used to occasionally place my move somewhere else to mislead them).
When I was about fifteen, I built a Tic Tac Toe game in Python and Pygame. After making a two-player mode, I set about writing a computer to play against. I coded the computer to play, and then had my brother play against it. I analyzed every game and then tweaked the algorithm that selected the computer's move. Eventually I figured out these principles, and I had programmed a Tic Tac Toe-playing computer that was unbeatable. Consequently I also became unbeatable at Tic Tac Toe.
My variant on the game that I want to share with the world is 3 handed Tic Tac Toe. Three symbols: 0, X ,and Y, and on a 4x4 (rather than 3x3) grid, but you still aim to be the first to get your symbol in a line of just three. I tried it out and it works quite well. You don't always need to block off an opponent's line, you can leave your other opponent faced with the immediate need to do that, and branch off on your own. Maybe it models international conflicts.
"Do you want to totally ruin a fun little game from your childhood?" Monopoly did that when I realized it was a game AND the current state of the global economy. Don't get me started about the card game called "War".
There's a simple game I sometimes use to annoy people. You start with three piles of matches: with 3, 5, and 7 matches. Players can take as many matches as they want per turn from any pile, but only from one pile per turn. The objective of the game is to make the other player take the last match. If you know the winning combinations, you can always force a win whenever you go first (and whenever the opponent goes first but makes a mistake along the way). It doesn't even matter which pile you take from first; as long as you take only one match from any pile you can always force a win.
I was in the Philippians with my dad and brother. I was 10 at the time. Dad and my brother were off doing something and for whatever reason I don't remember, I was left to play by myself. Then a little girl about my age was dumped in the same situation. She didn't speak English but I managed to mime well enough to teach her tic tac toe which we played in the dirt with a stick. I won exactly one game before she figured out the pattern. The best I could do was a draw from that point on. Never saw her again but man was she good at that game.
Same thing if you go centre first, if they go middle of any side you have won, if they go corner its a drawer. Worked that out when I was 10 or so. Also, Noughts always go first in Noughts and Crosses.
Hey Sam, good job on this!! Even if a few few details were a bit of, you clearly put in a lot of effort to understand a complicated topic, and I appreciate you.
@ 1:10 you actually can win already in two moves as X. Let's call the grid 1-9, with 1 being in the top left and 9 being the bottom right. Middle is 5. You start in square 7, they pick square 1. You pick square 3. You win. Why? If they move to block you, you pick square 9, which lets you win two different ways instead. So you can literally win in two moves, though technically it's four. This is basically the same example you show at 1:30, but slightly different in that O picks the top corner instead of center first. P.S. If Tic Tac Toe was a competitive game like Chess; I'd probably be close to a grand master. I can beat Ultimate Tic Tac Toe on Impossible difficulty... sometimes.
I actually found out how to never lose tic tac toe by myself. I've also done this for a 2 player version of the game ten, but that one was so easy that everyone in my second grade class figured that out. That game guarantees that the first player can always force a win. (obviously you have to play the right way, but if you do, there is no way to lose or tie.)
Nim could have also made a good example -- e.g. if you have a pile of 5 sticks and each player can take 1 or 2, then the first player can always win (and this works regardless of whether taking the last stick is counted as a win or loss).
Pro tip: If you want to make tic tac toe interesting again, play Ultimate tic tac toe. The downside is it takes almost a full minute to explain the rules. The upside is that it's not mind numbingly boring
On a whim, I decided to investigate the idea of 3D tic-tac-toe where the rules are that the board becomes a 3x3x3 cube (therefore 9 standard boards; three lengthwise, three heightwise, three depthwise) and to win you simply have to get one three in a row (normal tic-tac-toe win condition). While it might seem substantially more complicated and interesting than regular tic-tac-toe, there's actually a guaranteed way for the first player to win. They simply pick any corner; when the other player plays a move, the first player picks a space that: 1) Is adjacent to the first space player 1 picked, and 2) Is on a board in the cube that player 2's chosen space does not appear on Therefore player 1 effectively gets 2 moves on a standard tic-tac-toe board before player 2 can make 1 on the same board, making it a guaranteed victory using a similar method to the one described in the video. There are other spaces player 1 can pick on their second turn to guarantee the win (for example, using the opposite-corner method described in this video), but this strategy seemed most intuitive at first. I was kinda disappointed that the end result is that the winner is decided by a coin flip, but at least it is trivially more interesting than standard tic-tac-toe since there will always be an uncertainty of who will win.
Minimax may not be able to _solve_ complex games, but that doesn't mean it's not feasible - you don't have to solve a game to virtually guarantee a win. The computational power available still allows the calculation of a substantial number of potential moves ahead (look ahead), and the decision trees can be quickly pruned based on various techniques such as fuzzy logic, lookup tables, or historical analysis. An algorithm that can minimax seven turns ahead will beat most human opponents.
Back in the 50's there was a computer at the Museum of Science and Industry in Chicago that played TTT and never lost. I'm not sure but I think it's still there and, if it is, it's the size of a closet!
I do like that Giraffe of Interesting is becoming a real full time character.
They could bring back corollas tho
Giraffe as interesting
I don’t know what you’re talking about. Giraffe as Interesting has always been an integral part of the show and is already established in the lore as a recurring character
what are you on about. he’s always been here. as has calf as interesting
I'm here for a different debate, either way it's established that right now giraffe as interesting is a full time real character. So what's his pay? Is the wage hourly or by commission, is it full time or part time. I NEED THE ANSWERS PEOPLE
"How do I know all this? Well I read the tic tac toe wikipedia page"
And teachers say it's the most inaccurate source on the internet
I'm pretty sure he paid the guy from Wendover to read the Wikipedia page.
We all belong to youtube university which is better
Actually I found the strat when I was a kid.
Hey it's you again
My resume: Wikipedia scholar, RUclips university graduate, Reddit detective, Google maps geographer.
3:32 "Mathematicians, who apparently have nothing better to do"
As a math major, this is both hurtful and true.
As an engineer major, yeah makes sense
I believe game theory is worth that insult
cs major can relate
@@JohnSmith-kj2od game theory deserves every insult.
@@SpecterNeverSpectator.. sounds like I'm missing something here
Why exactly is game theory hated
I was half expecting him to say "Step 1: Don't lose"
Exactly thats expected but he needs to make the video interesting so yeah
Half
Chess in a nutshell
That's a half as interesting fact, thank you!
Half as expecting
Figured this out as a kid and became a tic tac toe god
Yes I peaked in elementary school
same, but i used to play middle
The trick is to not spam it or they'll eventually go first
Same I was the best in my skl
@@FalseRadiation if they go first then you just have to go middle and then go inbetween to force a tie
Same. Actually everyone was confused why I'm not going middle in the first move, so THEY moved in the middle, so most of the time game ended with a tie.
When I was second, the output of the game was more random since I didn't figure out the sure tie strategy for some reason.
Both giraffe as interesting and calf as interesting in one episode
What's this , a crossover episode?
well it was a long time coming. both are long running returning characters. should have predicted it really
@@eelsemaj99 Exactly, I'm not sure why everyone is so surprised that these two characters are in this video
BoJack referense, nice
But it was the medium-necked Giraffe. Wasn't that the extinct one?
@@JasperNLxD he was only acting at being extinct
once me and my friends figured this out in middle school, nobody ever won a single game of tic-tac-toe ever again.
Oof the secret was out and everyone lived a disappointing life until they died
That why I never told anyone in primary skl
Then place it in middle, it's another solution
Took you middle school to figure that?
There's a bit more to it then starting either in the middle or a corner. Start from the side to stump someone who thinks they got the basics figured out. Mathematically, the odds of winning are smaller but psychologically this works better against more experienced players. This line of play is covered in the wiki page but not the one way you could end up in a winning "fork" position when you do not go first. It requires your opponent to make a mistake that only veteran players tend to make. Tic-tac-toe is figured out for sure, just not quite in the way most people say it is, which goes for much else in life too. Have fun working it out!
I remember discovering some of these on my own as a kid and feeling like I’m some kind of genius or something
Same, I found out about most of this by myself as a kid
I was pooping one day and was board so I decided to look at every possible tik tax toe outcome
@@tavasp Tik tax toe sounds like something on the IRS website for kids
@@pearspeedruns lol
Well in my mind youre still a genius
This video just showed me how to never lose at Tic Tac Toe
@@LNB627 LUMBAGO
What a coincidence! Me too!
This comment told me that @LlL Odinson saw how to never lose at tic-tac-toe.
@@LNB627 I think so too
@@TracyNorrell This comment told that @Tracy Norrel saw how @LIL Odinson saw how to never lose at tic-tac-toe.
That's why where I'm from, we always played tic-tac-toe in an "infinite" board (like a whole page), where you have to collect five marks in one line. That way the game is much more interesting, with way more possible outcomes.
And math notebooks in school were perfect for it.
I think you would like Go. It’s basically what you just described.
@@eliturner7963 Maybe, I'll try....
@@noamz9527 Exactly, the magic is in the simplicity!
Tic tac toe isn't fun on its own but it makes a good building block for better versions of it
Up next: How to win at Newark Airport using: Wikipedia, transportation logistics, and red clay bricks.
You can't win at Newark, all you can do is suffer
No no no that will be on the totally unrelated RUclips channel Wendover productions because it's planes
@@noobsquad2652 But... bricks
you never win if you end up at Newark
🤣
I never lost at Tic Tac Toe, and now everyone knows my secrets. Thanks HAI.
Stop being boring and learn side theory then
I’m boutta win every argument ever with this knowledge
You: *starts argument*
Person 2: no, you're wrong
You: *moves to the left*
Not at all
2:12
"Ultra weak, which coincidentally happens to be the same kind of jokes we have in these videos"
Self burn those are rare
Not on this channel they're not!
@@TOSkwar22 literally exactly what I was going to say.
you must be new here
@@quw1556 oh no I was with this guy since Wendover was his only Channel oh, I just thought of mentioning his humor style now
@@cplhotpockets wtf are you talking about, HAI and the guy from Wendover are totally different people
One of the first things I ever coded (that wasn't a part of my course on how to code) was a bot that plays Tic Tac Toe against you and will always win or end in a draw if you're smart enough to counter it. It took a couple days to code it all, but I was really happy with the result considering that I wasn't following anyone else's instructions and figuring it out all on my own. Coding that bot has permanently burned Tic Tac Toe gameplay strategy into my brain.
That's pretty cool
Glad to see the return of Girraffe as Interesting. By which isn't a big deal or anything, he's always been your mascot after all
lovely to see the return of calf as interesting too. nice to see them finally in an episode together
5:31 The girl in red goes through a whole bunch of emotions in a few seconds! 😂
There's Niagara Falls down there
This is one of the reasons why we never play 3x3, we always play 4x4 and 5x5 or even higer if we feel like it
Amazons is a better game. Numberphile has a good vid about Elwin Berlekamp and this game.
Do not play 4x4, it's a guaranteed win for the first player, it's not better, same for higher level tictactoe
2x2 tic tac toe needs to be invented
@@bruce4139 first player will always win no matter what position
@@hurktang you must be trolling
"the only winning move is not to play. How about a nice game of chess?"
Global Thermonuclear War is a strong solved game, as there is only one winning move.
My first thought as well haha
How to never lose at Tic Tac Toe:
*Step 1: Don’t play it*
Which you would already know if you'd watched The classic 1983 movie wargames.
*Step 2: Done*
2 uploads in 2 days? What universe is this?
i looked at the title of this video, my eyes widened and i immediately clicked on it
Fun fact: Tic tac toe is called "boter, kaas en eieren" in Dutch, which means "butter, cheese and eggs". I have no idea why.
This is the most Dutch thing ever.
Tasty breakfast,.
basically, if you go first, go in a corner, and there are 2 continuations:
-if they move on ANY edge, play in the center
-otherwise, try playing in the opposite corner, otherwise just play in a random corner.
And then continue by playing "naively": win if you can, avoid losing.
Also, a game like chess could theoretically be solved, but it would require a lot of work. Antichess was only weakly solved (White has a mate in
We may not know the technical jargon, but any self respecting adult figured all this out by the time they hit adulthood.
Hey Sam, good job on this!! Even if a few details were a bit off, you clearly put in a lot of effort to understand a complicated topic, and I appreciate you.
What detail was off?
🗣
@@boiimcfacto2364 You are new here, aren't you?
@@61rampy65 GODDAMIT how could I forget 😂 Ngl feeling like a disgrace to the HAI fandom 😭😂
@@boiimcfacto2364 Nah, you're good. We all make mistakes.
Sam's getting pretty good at this RUclips thing, would be a shame if he uploaded to the wrong channel soon...
I don’t know what you mean. Sam only has one channel.
@@funnycat9962 yeah, theres sam and the dork at wendover productions
He already did it once, I got the notification. He just took down he video right away and put it on the correct channel.
@@tealmer3528 It’s a JOKE, we all know he did it, on pupose too after the first time.
He literally only did that once. Stop banging on about it.
I figured out the tik tak toe 'never lose' strategy independently 20 years ago.
Also you can have a never lose scenario from starting at the middle point. And if you play against an opponent who knows these strategies and always plays first, you can draw all the games no matter which moves he takes.
This is probably why there is no tik tak toe championships anywhere.
All games will lead to a tie😂
I was playing google tic tac toe and got bored after a 20 win streak and this is the first thing i see when i open youtube.
Now imagine the situation:
1. You want to play tic tac toe
2. Your friend is joining you
3. Both of you watch this
Would you:
A. Play something else
B. Watch Wendover instead and start talking about the logistic of toys
i hate that guy from wendover
@@eelsemaj99 same
“and the calf wins in purple” it’s clearly blue but only purple when it’s out of focus
Back in 1980, a Computer Science class at Stanford had us write programs in 4 different languages, including APL, a dense, math oriented language from IBM. I wrote a one line APL program to play tic-tac-toe that always won or tied. The program mirrored and rotated the grid to match patterns in 3x3 matrices that mapped out all possible moves, just as described in this video.
Actually, ultimate tic tac toe is a very nice variant, which is basically a game of tic tac toe in every field of a game of tic tac toe.
It makes the game all of a sudden VERY interesting.
What if they tie
I first read the title as "How to Never Lose a Tic Tac"... Definitely got me curious lol
Bro I dont even need to watch the whole video to know that this is going to be a banger video
This video unironically helped me study for my upcoming AI exam which covers this specific topic. Half as Interesting just became fully interesting.
Giraffe as interesting is BACK! Wooo!
what are you on about?? he’s always been here
I remember discovering this, and destroying my classmates for weeks until they got suspicious of why I always never lost if I played a corner (I used to occasionally place my move somewhere else to mislead them).
Alternate title: how to never have fun playing tic tac toe again
Fun is overrated
When I was about fifteen, I built a Tic Tac Toe game in Python and Pygame. After making a two-player mode, I set about writing a computer to play against. I coded the computer to play, and then had my brother play against it. I analyzed every game and then tweaked the algorithm that selected the computer's move. Eventually I figured out these principles, and I had programmed a Tic Tac Toe-playing computer that was unbeatable. Consequently I also became unbeatable at Tic Tac Toe.
Me: I have to study for the next weeks exam
Also me:watching vid about How to Never Lose at Tic Tac Toe
Next week ? I have an exam tommorow 😂😂
I have to study for five exams (writing them all within 14 days), and I'm watching this too. I think I'm screwed
Yeah I feel the pain.
POV: I calculated every situation in tic tac toe in 9th grade
"Well I didn't read it, I paid a writer to read it for me because years earlier I read the Wikipedia page on Capitalism." 🤣
When HAI ends up teaching you game theory in 5 mins
2077: How to never lose at chess
My variant on the game that I want to share with the world is 3 handed Tic Tac Toe. Three symbols: 0, X ,and Y, and on a 4x4 (rather than 3x3) grid, but you still aim to be the first to get your symbol in a line of just three. I tried it out and it works quite well. You don't always need to block off an opponent's line, you can leave your other opponent faced with the immediate need to do that, and branch off on your own. Maybe it models international conflicts.
I actually thought this was gonna be another brick scenario but nope actual Tic-Tac-Toe strategy guide.
ikr, giraffe as interesting is my favourite mascot since I was a child!
Thanks man, now I can always make a bet with my lil bro
Glad to say myself and my friend figured this out in school while "studying"
Thanks for this, Sam, now I have 10+ people mad at me for destroying them in tic tac toe
"Do you want to totally ruin a fun little game from your childhood?"
Monopoly did that when I realized it was a game AND the current state of the global economy.
Don't get me started about the card game called "War".
Never buy hotels on monopoly
Finally a video i can appreciate and use in the real world
There's a simple game I sometimes use to annoy people. You start with three piles of matches: with 3, 5, and 7 matches. Players can take as many matches as they want per turn from any pile, but only from one pile per turn. The objective of the game is to make the other player take the last match. If you know the winning combinations, you can always force a win whenever you go first (and whenever the opponent goes first but makes a mistake along the way). It doesn't even matter which pile you take from first; as long as you take only one match from any pile you can always force a win.
I remember doing this as a kid and feeling frustrated that the other kids sometimes were so dumb to not take the middle one multiple times in a row.
giraffe has interesting is genuinely a recurring character at this point
Strange game. The only wining move is not to play.
How about a nice game of chess
Not surprised at this awesome crossover of giraffe as interesting and calf as interesting, just very pleased.
Pls make a guide for Rock, paper, scisors XDDDDDDDDDD
have you seen an anime named "no game no life"? go see it if you haven't, you get your answer, and ya you're welcome.
@@harishrajnish7207 yes i have, but i need the half as interesting reboot XDDDDDDDDD
@@Charly_5V nice, actually I would also like to see that.
The major problem would be how Giraffe and Calf can demonstrate the hand shapes.
I thought everyone knew this and we all decided to end this game forever
Minimax? damn i just learned that on Python
The Most Important answer. Now I am Undefeated
"chess is nothing more than a game of tic tac toe" there I said it, who can recognize the reference.
no game no life
@@davidothecheetoh6832 true man of culture, I respect you.
Figured all of this out as a kid. Tic Tac Toe is very simple. Two competent people will tie every time.
I remember learning min max algorithm in class. This was a very interesting way to explain it . 👍
I actually discovered these myself when was I doing some practice/analysis on this game to defeat my friends
1
2
3
YOU BEAT ME
6
@@gameenthusiast12 ruined it
I was in the Philippians with my dad and brother. I was 10 at the time. Dad and my brother were off doing something and for whatever reason I don't remember, I was left to play by myself. Then a little girl about my age was dumped in the same situation. She didn't speak English but I managed to mime well enough to teach her tic tac toe which we played in the dirt with a stick. I won exactly one game before she figured out the pattern. The best I could do was a draw from that point on. Never saw her again but man was she good at that game.
Same thing if you go centre first, if they go middle of any side you have won, if they go corner its a drawer.
Worked that out when I was 10 or so. Also, Noughts always go first in Noughts and Crosses.
I actually calculated that tic tac toe is always a draw when i was like 10. The game is extremely easy to hard calculate.
this is one of the best transitions to the sponsor I have ever seen
I figured this out playing google tic tac toe impossible and then using what the impossible bot did to me to the medium bot.
I figured this out one day when I was pooping using toiled paper
For research purposes, show two people this video, make them play 100 games of tic tac toe against each other, and record the results.
All of my friends know this, and now 90% of my tic-tac-toe match ended with a draw.
okay but i’m impressed that i figured this out as a child
Love John Nash and everything game theory!
When you figure out the three-corner strategy.
He just secretly did a whole video on Game Theory while disguising it about Tic-Tac-Toe. Brilliant.
Hey Sam, good job on this!! Even if a few few details were a bit of, you clearly put in a lot of effort to understand a complicated topic, and I appreciate you.
@ 1:10 you actually can win already in two moves as X.
Let's call the grid 1-9, with 1 being in the top left and 9 being the bottom right. Middle is 5.
You start in square 7, they pick square 1. You pick square 3. You win. Why?
If they move to block you, you pick square 9, which lets you win two different ways instead.
So you can literally win in two moves, though technically it's four. This is basically the same example you show at 1:30, but slightly different in that O picks the top corner instead of center first.
P.S.
If Tic Tac Toe was a competitive game like Chess; I'd probably be close to a grand master. I can beat Ultimate Tic Tac Toe on Impossible difficulty... sometimes.
I actually found out how to never lose tic tac toe by myself. I've also done this for a 2 player version of the game ten, but that one was so easy that everyone in my second grade class figured that out. That game guarantees that the first player can always force a win. (obviously you have to play the right way, but if you do, there is no way to lose or tie.)
Nim could have also made a good example -- e.g. if you have a pile of 5 sticks and each player can take 1 or 2, then the first player can always win (and this works regardless of whether taking the last stick is counted as a win or loss).
Pro tip: If you want to make tic tac toe interesting again, play Ultimate tic tac toe. The downside is it takes almost a full minute to explain the rules. The upside is that it's not mind numbingly boring
That "Magnus Carlbot" joke caught me off guard, I laughed for like 2 minutes straight.
The Explanation actually started within the First 30 Seconds. I was so surprised I restarted the video
This is why we started playing Spider tic tac toe when I was younger. Tic tac toe can be beaten everytime. 😂
On a whim, I decided to investigate the idea of 3D tic-tac-toe where the rules are that the board becomes a 3x3x3 cube (therefore 9 standard boards; three lengthwise, three heightwise, three depthwise) and to win you simply have to get one three in a row (normal tic-tac-toe win condition). While it might seem substantially more complicated and interesting than regular tic-tac-toe, there's actually a guaranteed way for the first player to win. They simply pick any corner; when the other player plays a move, the first player picks a space that:
1) Is adjacent to the first space player 1 picked, and
2) Is on a board in the cube that player 2's chosen space does not appear on
Therefore player 1 effectively gets 2 moves on a standard tic-tac-toe board before player 2 can make 1 on the same board, making it a guaranteed victory using a similar method to the one described in the video. There are other spaces player 1 can pick on their second turn to guarantee the win (for example, using the opposite-corner method described in this video), but this strategy seemed most intuitive at first.
I was kinda disappointed that the end result is that the winner is decided by a coin flip, but at least it is trivially more interesting than standard tic-tac-toe since there will always be an uncertainty of who will win.
1:16 it's also possible to go in the other nearby corner they block then you go in the middle and you get two diagonals for a win.
I don’t like how much giraffe-as-interesting and calf-as-interesting have changed since their first appearance. #SaveTheAfs
It's amazing how subtly the film "Crash" was able to tell John Nash's story
The guy getting angry in the poker game was one of the funniest stock videos I’ve ever seen
The fact that I figured this out by myself by playing against an ai is making me extremely happy
That capitalism joke was one of the best jokes you've made in a while. I love it! XD
"Universe has at least 1000 atoms." Seems legit.
I worked this out in school during a boring English lesson... and even if you go second, you can not lose. You just do the moves to tie the game.
Minimax may not be able to _solve_ complex games, but that doesn't mean it's not feasible - you don't have to solve a game to virtually guarantee a win. The computational power available still allows the calculation of a substantial number of potential moves ahead (look ahead), and the decision trees can be quickly pruned based on various techniques such as fuzzy logic, lookup tables, or historical analysis. An algorithm that can minimax seven turns ahead will beat most human opponents.
Back in the 50's there was a computer at the Museum of Science and Industry in Chicago that played TTT and never lost. I'm not sure but I think it's still there and, if it is, it's the size of a closet!
How to win at tic tac toe?
"Move to the corner."
There's also a no-lose strategy if you start in the middle. If "O" doesn't choose a diagonal spot from the center, then X can always win.