Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.13 KB

TIC-TAC-TOE

Welcome to the Tic Tac Toe game! This project implements a simple web-based version of the popular game using pure JavaScript.

Introduction

This project is a JavaScript implementation of Tic Tac Toe, a two-player game where the players take turns marking spaces on a 3x3 grid. The goal is to get three of their marks in a row, either horizontally, vertically, or diagonally.

TTT-1.pdf

TTT-2.pdf

Features

  • Classic Tic Tac Toe gameplay.
  • Web-based interface.
  • Simple and intuitive user interface.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

  2. Navigate to the project directory

  3. Open the index.html file in your preferred web browser.

Technologies Used

  • JavaScript
  • HTML
  • CSS

Contributing

Contributions to this project are welcome. To contribute, follow these steps:

Fork the repository.

Create a new branch.

Make your changes and test them thoroughly.

Submit a pull request explaining your changes.