Tic Tac Toe Game 🎮
A simple implementation of the classic Tic Tac Toe game, built with JavaScript. Play against another player or challenge the computer!
Features 🚀
Two-player mode: Play with a friend locally. Responsive Design: Works seamlessly on desktop and mobile devices. Interactive UI: Simple and user-friendly game interface. Winner Detection: Automatically identifies when a player wins or the game ends in a tie. Getting Started 🛠️ Prerequisites Make sure you have the following installed:
Installation Clone the repository:
bash Copy code git clone https://github.com/sanjanadeshmukh06/tic-tac-toe.git Navigate to the project folder:
bash Copy code cd tic-tac-toe Install dependencies (if required):
bash Copy code npm install # For JavaScript/React pip install -r requirements.txt # For Python Run the application:
bash Copy code npm start # For JavaScript/React python app.py # For Python How to Play 🎲 The game board consists of a 3x3 grid. Player 1 uses X, and Player 2 uses O. Players take turns selecting an empty cell to place their symbol. The first player to align three symbols in a row, column, or diagonal wins! If all cells are filled without a winner, the game ends in a draw. Technologies Used 🛠️ HTML/CSS, JavaScript
Future Enhancements 🔮 Implement additional difficulty levels for the AI. Enhance UI/UX with animations and themes. Contributing 🤝 Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.
Contact 📧 For questions or suggestions, feel free to reach out:
Email: [email protected]
GitHub: Sanjana-Deshmukh06