Skip to content

iameddieyayaya/tic-tac-toe-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game

This is a simple Tic-Tac-Toe game implemented in Python using the pygame library.

Table of Contents

screeshot

Installation

To run this project, you'll need Python and the pygame library. You can set up the project using the following steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/ticTacToe.git
    cd ticTacToe
  2. Create a virtual environment and activate it:

    python3 -m venv venv
    source venv/bin/activate  # On Windows use `.\venv\Scripts\activate`
  3. Install the required dependencies:

    pip install -r requirements.txt

Running the Game

Once the dependencies are installed, you can run the game using:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages