Skip to content

prernakursija/tic_tac_toe_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

tic_tac_toe_game

๐Ÿง  Tic-Tac-Toe Game (Python)

This is a simple Tic-Tac-Toe game built using Python. It's a two-player command-line game where players take turns placing their marks (X and O) on a 3x3 board. The game checks for win conditions after every move and declares a winner or a draw accordingly.

๐ŸŽฎ Features

  • Interactive terminal-based gameplay
  • Player vs Player (2-player) mode
  • Real-time board updates after each move
  • Input validation to prevent invalid moves
  • Detects win or draw outcomes

๐Ÿ› ๏ธ Technologies Used

  • Python (Core logic and game flow)
  • Basic control structures and functions

๐Ÿš€ How to Run

python tic_tac_toe.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages