Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 227 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 227 Bytes

Python GUI-Tic-Tac-Toe

This GUI Tic-Tac-Toe game was made using Python's inbuilt Tkinter module.

Single Player Mode

The Single Player mode is easy and is made with Random module, so the computer randomly has its moves.