Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 622 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 622 Bytes

Tic Tac Toe Game with Minimax Algorithm

A simple yet attractive Tic Tac Toe game that allows you to play against a bot using the Minimax algorithm or with a friend. This game is built with HTML, CSS, and JavaScript.

Features

  • Play against a friend or a bot.
  • Intelligent bot using the Minimax algorithm.
  • Responsive design for various screen sizes.
  • Score tracking for X, O, and draws.
  • Reset functionality to start a new game.

Installation

  1. Clone this repository or download the ZIP file.
  2. Open index.html in your web browser.