Skip to content

ByteByLaiba/PRODIGY_WD_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Web Application

A simple and interactive Tic-Tac-Toe game built using HTML, CSS, and JavaScript.
Players can take turns placing their markers on a 3×3 grid, and the game automatically checks for winners, draws, and highlights the current turn.


🎮 Features

  • 3×3 Tic-Tac-Toe grid
  • Two-player mode (Player X vs Player O)
  • Turn indication (shows whose turn it is)
  • Automatic winner detection (rows, columns, diagonals)
  • Draw detection when the board is full
  • Reset / New Game button
  • Responsive layout for desktop and mobile

🛠️ Technologies Used

  • HTML – structure of the game board and layout
  • CSS – styling, layout, and basic animations
  • JavaScript – game logic, event handling, and winner checking

About

Tic-Tac-Toe Web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors