Simple Tic-Tac-Toe Game in Python (Part 3)

preview_player
Показать описание
If you want to further help my channel produce great content:
►►Click on the following Amazon Affiliate Links:

▶▶NEED HELP?◀◀

▶▶▶▶ LINKS ◀◀◀◀

▶▶▶▶ LEARN MORE PYTHON ◀◀◀◀
**AND**

▶▶▶▶ LEARN MORE JAVA ◀◀◀◀
Рекомендации по теме
Комментарии
Автор

In my script,
if I input X for board[1] and input O for board[1], I get the proper print "Sorry, this spot is taken. Please choose a new one" but the script moves onto the next players choice.

Therefore X can move again before O can correct his choice.

greenee
Автор

Thank you for this tutorial! Can you review my code and let me know what's missing?

kaybay
Автор

Hi, thank you for a great tutorial! I have one question regarding the check for tie code. At whichever stage I pick square 1, it treats it as a draw. Any thoughts???

imknown
Автор

You forget something if 2nd user enters the value of an already filled block like x chooses 1 and o again chooses 1 then it will print the else statement and cut the turn of o and gives the turn to x again

Nyx
Автор

What does isFull = True mean, I am a beginner and very confused by this statement. Is is a boolean?

WillGoesMeta
Автор

Hello, every time a player wins or the games is a tie, the game exits itself out, could you help me solve this problem? Thanks!
Loving your vids!

feiyuwu