/TicTacToe

A basic Tic Tac Toe game built using HTML/JavaScript/CSS.

Primary LanguageJavaScript

TicTacToe

A basic Tic Tac Toe game built using HTML/JavaScript/CSS.

Hey Welcome to This Repository

=============================================

Run on Terminal

Screen Shot 2022-08-28 at 4 13 32 PM

=============================================

Just Follow these Simpler Steps.

  • Clone this Repository in your Local System
  • Open The Project with VS-Code
  • Run This Project

=============================================

Rules

  • Two players take turns: placing 'X' and 'O' marks in empty spaces on a 3x3 square grid.
  • Player with the 'X' mark starts first. The first player to place 3 marks in a vertical, horizontal, or diagonal row wins the game.
  • If all spaces are filled, the game ends in a draw.

=============================================

Introduction

Screen.Recording.2022-08-28.at.4.23.55.PM.mov

Technologies

  • HTML5
  • CSS3
  • JavaScript