Excited to share my latest projectโa Tic-Tac-Toe web application developed using HTML, CSS, and JavaScript! This interactive game lets players compete against each other, with smooth UI interactions and real-time game state tracking.
๐น Features:
โ
Interactive Gameplay โ Players take turns marking the 3ร3 grid.
โ
Win Detection โ Checks for a winner or a draw after every move.
โ
Reset Functionality โ Restart the game with a single click.
โ
Responsive UI โ Works seamlessly on different screen sizes.
โ
Smooth Animations โ Enhanced with CSS for a better experience.
๐ Play the live game here: Tic-Tac-Toe Live
๐ GitHub Repository: GitHub Link
I really enjoyed working on this project as part of my internship at @Prodigy Infotech. The game logic, UI responsiveness, and overall smoothness were my key focus areas.
Looking forward to adding:
๐น Winning row highlight for better visibility.
๐น Single-player mode with AI for solo gameplay.
๐น Score counter to track wins per session.
Iโd love to hear your feedback! Try out the game and let me know what you think in the comments. ๐
#WebDevelopment #JavaScript #TicTacToe #Coding #FrontendDevelopment #ProdigyInfotech #Internship
- Clone the repository:
git clone [Insert GitHub Repo Link]
- Navigate to the project folder:
cd tic-tac-toe
- Open
index.html
in your browser.