From bc346f7e55d25cc7fc028068a87e7d3dfca40a2d Mon Sep 17 00:00:00 2001 From: Kunal Singh <127078613+KunalSingh5431@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:58:21 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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. + + +