Skip to content

This Tic-Tac-Toe game is a modern twist on the classic strategy game, offering a simple yet engaging experience for players of all ages. Built with interactive features and a clean interface, the game supports single-player mode with AI and two-player mode for friendly matches.

Notifications You must be signed in to change notification settings

Sanjana-Deshmukh06/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This Tic-Tac-Toe game is a modern twist on the classic strategy game, offering a simple yet engaging experience for players of all ages. Built with interactive features and a clean interface, the game supports single-player mode with AI and two-player mode for friendly matches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published