A futuristic-themed Tic Tac Toe game where two players face off in an intergalactic showdown.

๐ฎ This is a full-page screenshot of my Tic Tac Toe Faceoff app!
- ๐ Sci-fi themed UI with immersive background
- ๐ค Custom avatars for Player X and Player O
- ๐ Turn-based play with clear player turn indicator
- ๐ Reset button to replay anytime
- โจ Fully responsive and visually rich layout
- โ HTML5
- ๐จ CSS3 (custom UI, Flexbox)
- ๐ง Vanilla JavaScript (for game logic)
๐ Click here to play Tic Tac Toe Faceoff
/tic-tac-toe-faceoff
โโโ index.html # Main HTML file
โโโ style.css # Custom styles
โโโ script.js # JavaScript game logic
โโโ assets/
โ โโโ avatar1.png # Player X avatar
โ โโโ avatar2.png # Player O avatar
โ โโโ background.jpg# Background image
<h2>๐ How to Run Locally</h2>
bash
Copy
Edit
# Clone the repository
git clone https://github.com/your-username/tic-tac-toe-faceoff.git
# Navigate into the folder
cd tic-tac-toe-faceoff
# Open the game in your browser
Open index.html in your browser (drag & drop or double-click)