A User vs Computer Tic-Tac-Toe game implemented in Python.
Tic-tac-toe (also known as noughts and crosses or Xs and Os) is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.
The game is implemented using Python. It's been made by Arpit Seth. It is basically a game played between a user and computer itself.
And finally the game is cool to play, and it's a small thing which gives you real good experience and excitement.