Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 858 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 858 Bytes

Tic-Tac-Toe Game

This is a simple Tic-Tac-Toe game built using HTML, CSS, and JavaScript.

Features

  • Two-player game
  • Interactive UI
  • Reset game functionality

Getting Started

Prerequisites

You need a web browser to run this game.

Usage

  • Click on a cell to make a move.
  • The game will automatically detect the winner or if there's a draw.
  • Click the "Reset" button to start a new game.

Project Structure

  • tic.html: The main HTML file.
  • tic.css: The CSS file for styling the game.
  • tic.js: The JavaScript file containing the game logic.

Contributing

Feel free to submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

You can customize the above template to better fit your project details. Let me know if you need any additional information or assistance!