Skip to content

Enjoy the classic game of Tic-Tac-Toe in your console.

Notifications You must be signed in to change notification settings

shashankatthaluri/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

🎮 tic-tac-toe Game 🕹️

Welcome to the classic game of Tic-Tac-Toe! 🌟

🚀 Getting Started

This simple Python console game allows you to play Tic-Tac-Toe against another player or against the computer.

🧙 Features

  • Choose the number of players (1 or 2).
  • Play against a friend or challenge the computer.
  • Colorful display with player-specific emojis.
  • Quit the game anytime with a special command.

📋 Requirements

  • Python 3.x
  • Colorama library (pip install colorama)

🕹️ How to Run

  1. Clone this repository:

    git clone https://github.com/yourusername/tic-tac-toe.git
  2. Navigate to the project directory:

    cd tic-tac-toe
  3. Run the game:

    python tic_tac_toe.py

🎭 Gameplay

Follow the on-screen instructions to make your moves. Input the number corresponding to the cell where you want to place your mark. Enjoy the game! 😄

🎉 Acknowledgments

This game was created as part of a Python learning project. Have fun playing, and may the best player win! 🏆

Releases

No releases published

Packages

No packages published

Languages