Skip to content

Enjoy a simple, minimalist Tic Tac Toe game built with HTML, CSS, and JavaScript for quick, fun matches.

Notifications You must be signed in to change notification settings

seniorporwal/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Tic Tac Toe Game

Tic Tac Toe

Overview

Welcome to the Tic Tac Toe Game! This is a simple and fun implementation of the classic Tic Tac Toe game, built using HTML, CSS, and JavaScript. With a minimalist design, you can enjoy quick matches and have fun challenging your friends or yourself.

Play it live here: Triple Tac

Features

  • Minimalist Design: Clean and simple UI for a seamless gaming experience.
  • Quick Matches: Jump right into a game and start playing instantly.
  • Responsive Layout: Enjoy the game on any device, be it a desktop, tablet, or mobile.

Technologies Used

  • HTML: For structuring the web page.
  • CSS: For styling the game with a minimalist design.
  • JavaScript: For game logic and interactivity.

How to Play

  1. Open the Triple Tac website.
  2. Click on any box to make your move.
  3. Players take turns to place their marks (X or O) on the grid.
  4. The first player to align three marks horizontally, vertically, or diagonally wins.
  5. Enjoy and have fun!

Setup and Installation

If you want to run the game locally on your machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/tic-tac-toe-game.git
    
  2. Navigate to the project directory:
    cd tic-tac-toe-game
    
  3. Open index.html in your browser to start playing the game locally.