/Tic-tac-toe

Welcome to my latest project. Which is Tic-Tac-Toe Game, check out the repository for more details...

Primary LanguageJavaScript

Tic-Tac-Toe Game

Tic Tac Toe is a classic two player game where the objective is to form a horizontal, vertical, or diagonal line of three of one's own symbol on an empty cell, and the game ends when one player successfully aligns three of their symbols or when the grid is filled without a winner, resulting in a draw. It's a simple yet strategic game often used for entertainment and educational purposes.

Screenshot

Screenshot 2023-12-29 210832

tic tac toe

Screenshot 2023-12-29 211311

Demo

Tic-Tac-Toe.mp4

About Tic-Tac-Toe Game

This Tic-Tac-Toe game is crafted using a combination of HTML for the structure, CSS for styling, and JavaScript for the interactive functionality. The HTML lays out the game board and structure, while CSS adds visual appeal throught styling. JavaScript is employed to handle user interaction, such as marking X or O on the board, checking for a winner, and ensuring valid moves. Together, these technologies create an engaging and responsive Tic-Tac-Toe experience for playes.