Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 995 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 995 Bytes

Tic Tac Toe Game

Tic Tac Toe game created by HTML, CSS, JS (Nishanth 😉).

Description

This is a simple implementation of the classic Tic Tac Toe game.

Features

  • two-player game
  • Interactive UI
  • Simple and easy to use

Screenshots

Screenshot from 2024-12-30 08-28-01

Demo

You can play the game here.

Installation

To run this game locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Nishanthnaa52/tic_tac_toe_js.git

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
  git checkout -b feature-branch
  1. Make your changes and commit them:
 git commit -m 'Add some feature'
  1. Push to the branch:
  git push origin feature-branch