Skip to content

Tic-Tac-Toe game built using HTML, CSS, and JavaScript. This is two-player game where players take turns marking spaces in a 3x3 grid.

Notifications You must be signed in to change notification settings

Sauravkr1806/Tic-Tac-Toe-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe-Game

Simple tic-tac-toe game built using HTML, CSS, and JavaScript. For more information about the game,Click Here.

Run on Terminal

Mozilla-Firefox Make.html

Table Content

OverView.

Introduction.

ShowCase.

Rules.

Conclusion.

OverView

As Required,I made this Simple Tia Tac Toe game as my first individual project. It's built with html,css and javascript.

Introduction

Tic Tac Toe, also known as Noughts and crosses, is a classic two-Player game. The goal of this project was to create a Tic-Tac-Toe board which is able to monitor the state of a game and return the win/loose/draw state of the game after each player's move. The game allows two players to play against each other.

ShowCase

Screenshot (105)

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 anywhere in the 3x3 square grid.Then the second Player with 'O' marks fill the empty space which they want.
  • The player who first place 3 marks in a vertical, horizontal, or diagonal row wins the game match.
  • If all spaces are filled and we cann't decide the winner of the game, the game ends in a draw.

Conclusion

We Created a Tic Tac Toe game using HTML, CSS, and JavaScript. This game demonstrates the core concepts of the Web Development, including user interaction, event handling, and dynamic content updates.

About

Tic-Tac-Toe game built using HTML, CSS, and JavaScript. This is two-player game where players take turns marking spaces in a 3x3 grid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published