Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 335 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 335 Bytes

AI_Project_on_Tic_Tac_Toe

The project is on Tic_Tac_Toe game... where my AI agent will be playing with user... and in this game our AI agent uses MinMax Algorithm to find out the efficient way to win the game.

To run this download Tic_Tac_Toe.py file

run on your terminal as... python Tic_Tac_Toe.py

Enjoy coding folks...