Skip to content

You can play this game at https://thakurmayank5.github.io/Tic-Tac-Toe-Web-Game/ . This is Tic Tac Game created in Web using Html, CSS, Javascript ,Tailwind CSS. I have used Tailwind CSS as base to create UI of the web site and javascript to run the background logic of the game.

License

Notifications You must be signed in to change notification settings

ThakurMayank5/Tic-Tac-Toe-Web-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Web Game

A simple, interactive Tic-Tac-Toe game built using HTML, CSS, JavaScript, and Tailwind CSS for a modern UI. Enjoy the classic game against a friend or just for practice!

Play the Game

Screenshot

Game Screenshot

Table of Contents

About the Project

This project is a web-based implementation of the classic Tic-Tac-Toe game, designed to be simple and accessible for players. It’s styled with Tailwind CSS to provide a clean, responsive layout.

Features

  • Two-player functionality
  • Responsive design using Tailwind CSS
  • Interactive UI with smooth game-play

Getting Started

To set up the project locally:

  1. Clone the repository:

    git clone https://github.com/ThakurMayank5/Tic-Tac-Toe-Web-Game.git
  2. Navigate into the project directory:

    cd Tic-Tac-Toe-Web-Game
  3. Open index.html in your browser:

    • Double-click on index.html or open it in a web browser to play locally.

Usage

To play, simply load the webpage, and you’ll see a 3x3 grid for the Tic-Tac-Toe board. Each player takes turns marking a square with "X" or "O" until a player wins by lining up three marks in a row, column, or diagonal, or the game ends in a tie.

Author

License

This project is licensed under the MIT License. See the LICENSE file for details.