Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 666 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 666 Bytes

Tic-tac-toe

A simple, interactive Tic Tac Toe game built using JavaScript, HTML, and CSS. This project demonstrates basic web development concepts, including DOM manipulation, event handling, and responsive design.


>Features


One-player mode: Play against your computer. Responsive design: Works on various screen sizes and devices. Reset button: Easily restart the game at any time. Visual feedback: Clear indications of player turns and game outcomes.


>Technologies Used


HTML: Structure of the game interface. CSS: Styling for an engaging user experience. JavaScript: Game logic and interactivity.