-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7817cc
commit bc346f7
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
||
|