Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Fork from Tafe Group Activity, Update for the tic tac toe game with blind marks

License

Notifications You must be signed in to change notification settings

NM-TAFE/tic-tac-toe-HTML

 
 

Repository files navigation

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 app.py
  4. Open your web browser:

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

About

Fork from Tafe Group Activity, Update for the tic tac toe game with blind marks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.4%
  • HTML 11.6%
  • CSS 7.0%