Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 744 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 744 Bytes

Tic-Tac-Toe

This is a simple implementation of the classic Tic-Tac-Toe game using HTML, CSS, SCSS, and JavaScript.

Description

Tic-Tac-Toe is a two-player game where players take turns marking spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.

Features

  • Two-player game
  • Interactive and responsive UI
  • Highlights winning combination

How to Play

Simply click the link below to start playing the game directly in your web browser:

Play Tic-Tac-Toe

Technologies Used

  • HTML
  • CSS
  • SCSS
  • JavaScript

Acknowledgements