/Tic-Tac-Toe

Tic Tac Toe python game

Primary LanguagePython

Tic Tac Toe

Tic Tac Toe python game

Demo

demo

alt text

Installation

To run the program you need to install these modules:

  1. tkinter
pip install tk
  1. pillow
pip install pillow