Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe!

A very simple implementation of the classic Tic Tac Toe game in Python with tkinter. This game allows two players to take turns marking spaces in a 3×3 grid, with the goal of getting three of their marks in a row, either horizontally, vertically, or diagonally.

Tic Tac Toe Screenshot

Features

  • Two-player mode: Players take turns to place their marks (X and O) on the grid.
  • Simple and intuitive GUI using tkinter.
  • Win detection: The game checks for a winner after each move and announces the result.
  • Reset functionality: Players can reset the game to start a new match.

Requirements

  • Python 3.14+
  • uv, a python package for building user interfaces (refer official documentation for installation).

Starting the Game

To start the game, run the following command in your terminal:

uv run tic-tac-toe

dependencies installation should be not required as uv will handle it automatically.

About

Tic Tac Toe game made in python and tkinter for learning the framework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages