Skip to content

BasterHapy/TicTacToe-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe-App

中文版

Tic-Tac-Toe game created using PySide 6.

Screen.Recording.2025-11-15.at.1.03.46.AM.mov

This is a two-player Tic-Tac-Toe game written in Python, created as a practice project to strengthen fundamental programming skills. The game runs in the terminal and allows two players to take turns placing X and O on a 3×3 board while the program checks for wins, invalid moves, and draws.

FEATURES:

Two-player mode (local play)

Automatic detection of win, loss, or draw

Prevents invalid moves (cannot play on an occupied space)

Simple and clean gameplay loop

Clear text-based board display

About

Tic-Tac-Toe game created using PySide 6.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%