# TicTacToe-Bot This Tic Tac Toe bot is a fun little game you can play right in your terminal. It lets two players take turns placing Xs and Os on a simple 3x3 grid, checking for winners or a draw after every move. Itโ€™s polite, fair, and even a bit sassy if you imagine it that way โ€” it wonโ€™t let you cheat, and itโ€™ll remind you if you make an invalid move. ![image](https://github.com/user-attachments/assets/1e0c5d04-9b39-4c2e-99a3-92a1d50cbfb1) ๐ŸŽฎ Play Now ๐Ÿ‘‰ [Play on GitHub Pages](https://your-username.github.io/tic-tac-toe-web) *(Replace `your-username` with your GitHub username)* --- ## ๐Ÿ“ฆ Features - 2-player local mode (X and O) - Win detection and draw logic - Clean, responsive UI - Restart button - Easy to host and play - ## ๐Ÿš€ How to Host on GitHub Pages 1. Push all files to a GitHub repo 2. Go to **Settings > Pages** 3. Select `main` branch and root folder `/` 4. Your game will be live at: INSTRUCTION ON HOW TO PLAY THE GAME !! 1) Visit https://www.python.org/downloads/ Download and install Python 3.x for your operating system (Windows/Mac/Linux). During installation, make sure to check the box that says: "Add Python to PATH" 2) pen Command Prompt (Windows + R, type cmd, hit Enter) Navigate to the game folder: 3) The game will start in your terminal. Follow the prompts to enter player names and choose positions. It will tell you who wins, or if it's a draw!