/tic-tac-toe

A player vs com tictactoe game developed in Python using the tkinter library.

Primary LanguagePythonMIT LicenseMIT

tic-tac-toe

   

Table of Contents

About

A player vs com tictactoe game developed in Python using the tkinter library.


Demo

Preview

Dependencies

tic-tac-toe requires the following dependencies:

  • Python (version 3.2)
  • Tkinter (version 8.6)

Installation

  • Clone or download the tic-tac-toe repository.

Need help cloning a repository? Check out how to clone a github repository here

  • Install Python (version 3.2) from the official Python website (https://www.python.org).
  • Install Tkinter (version 8.6) by running the following command:
    pip install tk

Running the Application

To run tic-tac-toe, follow these steps:

  • Open your terminal or command prompt.
  • Navigate to the directory where you cloned or downloaded the tic-tac-toe repository.
  • From the project directory, navigate to the src directory:
  • cd src
  • Run the following command to start the game:
    python main.py

Built With

Python