Tic Tac Toe
Developed by S. M. Shuzatul Hoque
Originally built in October 2023

🎮 Tic Tac Toe — Classic Game with JavaScript
A simple yet engaging Tic Tac Toe web game built using HTML, CSS, and JavaScript.
This project focuses on clean logic, responsive UI, and a smooth user experience—implemented without any external libraries or frameworks.
Originally developed as a hands-on practice project to strengthen core web fundamentals and game logic implementation.
✨ Features
- Interactive two-player gameplay
- Clear visual feedback for moves and winning states
- Game reset functionality
- Responsive layout for different screen sizes
- Lightweight and fast — no frameworks or dependencies
đź› Tech Stack
- HTML — structure and layout
- CSS — styling and responsive design
- JavaScript — game logic and interactivity
📌 What I Learned
- DOM manipulation and event handling
- Managing game state and turn-based logic
- Writing clean, readable JavaScript
- Separating structure, style, and behavior effectively
▶️ How to Run the Project
This project does not require any dependencies or build tools.
- Visit the source code repository on GitHub
- Clone or download the repository
- Open the "index.html" file in any modern web browser
That’s it — the game runs entirely in the browser.
đź•’ Timeline
- October 2023 — Developed using HTML, CSS, and JavaScript
🎯 Purpose
This project was created to:
- Practice core JavaScript concepts without relying on frameworks
- Build confidence in logic-driven UI development
- Demonstrate problem-solving skills through a classic game implementation
A small project that highlights the importance of strong fundamentals in web development.
