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.
- Two-player Tic Tac Toe game
- Simple web interface
- Option to reset the game
- Python 3.x
- pip (Python package installer)
-
Clone the repository:
git clone https://github.com/yourusername/tic-tac-toe.git cd tic-tac-toe
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser:
Go to
http://127.0.0.1:5000
to play the game.