Feeling nostalgic? Relive the joy of childhood with this Python implementation of โโญ Tic Tac Toe.
Tic Tac Toe Web is a web-based implementation of the classic game Tic Tac Toe (Noughts and Crosses). Built using Python, CSS, JavaScript, and HTML, this project allows you to enjoy the timeless fun of Tic Tac Toe right in your browser. Whether you're looking to test your strategic thinking or simply pass the time, this project has you covered!
- Two-player mode: Play with a friend and relive the challenge.
- Simple interface: Easy-to-use design for a smooth gaming experience.
- Web-based: Accessible through your browser, no installation required.
- Responsive Design: Optimized for desktop and mobile devices.
- Python: Backend logic for managing the game.
- HTML/CSS: For building and styling the user interface.
- JavaScript: For interactive and dynamic game behavior.
Follow these steps to run the project on your machine:
- Clone this repository
git clone https://github.com/hrosicka/TicTacToeWeb.git
- Navigate to the project directory
cd TicTacToeWeb
- Start the server
python app.py
- Open your browser and visit
http://localhost:5000
- The game board has 9 cells arranged in a 3x3 grid.
- Players take turns marking a cell with either โ or โญ.
- The first player to align three of their marks (horizontally, vertically, or diagonally) wins.
- If all cells are filled and no player has won, the game ends in a draw.