Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 296 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 296 Bytes

Tic Tac Toe

Description

This is a desktop version of tic-tac-toe game for two player. It play in three by three grid. Player who place three of their marks in horizontal, vertical or diagonal is a winner.

  • You can also play again AI player(based on MINIMAX)

Tools

  • Python
  • Tkinter