Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSingh5431 authored Apr 18, 2024
1 parent a7817cc commit bc346f7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# TIC-TAC-TOE
It is Basically A Tic-Tac-Toe game using Artificial Intelligence
# AI Tic-Tac-Toe

Welcome to AI Tic-Tac-Toe! This is a classic game of Tic-Tac-Toe implemented in Python with an AI opponent powered by the Minimax algorithm.

![Tic-Tac-Toe](https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Tic_tac_toe.svg/200px-Tic_tac_toe.svg.png)

[Features](#features) | [Getting Started](#getting-started) | [Built With](#built-with) | [Contributing](#contributing) | [Authors](#authors) | [License](#license)

## Features

- Play against an intelligent AI opponent.
- Choose between playing as 'X' or 'O'.
- Simple and intuitive interface.



0 comments on commit bc346f7

Please sign in to comment.