Skip to content

This is a simple game using js and HTML and CSS

Notifications You must be signed in to change notification settings

SumitGorai01/Tic-Tac-to

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

A simple Tic Tac Toe game implemented using HTML, CSS, and JavaScript.

HTML CSS JavaScript

Overview

This project is a classic Tic Tac Toe game designed for the web. It allows two players to take turns marking spaces on a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Features

  • Interactive and user-friendly interface.
  • Two-player mode for local multiplayer.
  • Dynamic update of game status and turn information.
  • Responsive design for various screen sizes.

Technologies Used

  • HTML: Markup language for structuring the content.
  • CSS: Stylesheet language for styling the game interface.
  • JavaScript: Programming language for implementing game logic and interactivity.

How to Play

  1. To play without download ,try Demo.
  2. This is multiplayer game .player1 and player2
  3. Click on the grid cells to make your moves.
  4. The game will automatically determine the winner and thier name .
  5. You can reset your game if you want new game just by clicking on RESET button.

Demo

You can play the game Click here.

Screenshot of game

Screenshot (39)

Contributing

Contributions are welcome!

Plz give your review if you face any kind of issue.

Happy coding! 🚀

** Thank your for playing**

About

This is a simple game using js and HTML and CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • CSS 23.6%
  • HTML 17.3%