Tic-Tac-Toe


Tic-tac-toe is a game for two players, X and O, who takes turns marketing the 3x3 grid. The objective is for a player to place three of their marks in a horizontal, vertical, or diagonal row.

Coding Skills: Number, String, Tuple, Set, Dictionary

How To Run The Program

For this game, you will need to copy 1 file.

  1. Main Code

When loading the main code, load the first line. The option for you to enter a coordinate should appear automatically on the second.

Enjoy!

Return To Main Page