Skip to content

nguyev22/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TicTacToe - Command Line Interface (CLI) Game

CLI Tic Tac Toe game with player vs computer

Overview

This is a simple CLI Tic Tac Toe game where you can play against the computer.

How to Get Started

  1. Clone the Repository:

    git clone https://github.com/your-username/TicTacToe.git
  2. Navigate to the Directory:

    cd TicTacToe
  3. Run the Game:

    python TicTacToe.py
  4. Follow the Prompts:

    • You will be prompted to make your moves by entering a number from 1 to 9.
    • The game alternates between your moves and the computer's moves.
  5. Enjoy the Game:

    • Play until there's a winner or the game ends in a tie.

Example:

$ git clone https://github.com/your-username/TicTacToe.git
$ cd TicTacToe
$ python TicTacToe.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages