Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 715 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 715 Bytes

Tic-Tac-Toe

This repository includes an interactive Tic-Tac-Toe game built with Python's TKINTER module.

Running Tic-Tac-Toe:

git clone https://github.com/NjauSamuel/Tic-Tac-Toe.git
cd Tic-Tac-Toe
python main.py

Game Play:

Screenshots

Controls

  1. The game begins with Player X.
  2. To place a symbol, click on each grid.
  3. At the conclusion of the game, the outcome is shown.
  4. Player scores are tracked and recorded.
  5. To re-play, click anywhere on the result screen.

Author

Samuel Njau