diff --git a/README.md b/README.md index 36fda5b..aac6cd4 100644 --- a/README.md +++ b/README.md @@ -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. + + +