Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 721 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 721 Bytes

Tic Tac Toe Flask Application

A simple Tic Tac Toe game built with Python and Flask. This application allows two players to play Tic Tac Toe in a web browser.

Features

  • Two-player Tic Tac Toe game
  • Simple web interface
  • Option to reset the game

Getting Started

Prerequisites

  • Python 3.x
  • pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/tic-tac-toe.git
    cd tic-tac-toe
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python main.py
  4. Open your web browser:

    Go to http://127.0.0.1:5000 to play the game.