Skip to content

This is a classic game of Tic-Tac-Toe where you can challenge an AI opponent. The AI opponent uses the minimax strategy to make its moves, making it a challenging opponent to beat.

License

Notifications You must be signed in to change notification settings

ezhillragesh/AI-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Tic-Tac-Toe

Welcome to AI-Tic-Tac-Toe! This is a classic game of Tic-Tac-Toe where you can challenge an AI opponent. The AI opponent uses the minimax strategy to make its moves, making it a challenging opponent to beat.

Play the Game

You can play the game online by visiting the AI-Tic-Tac-Toe website. Challenge the AI and see if you can outsmart it!

Number of Visitors for ezhill ragesh

How it Works

The AI opponent in this game uses the minimax strategy to determine its moves. Minimax is a decision-making algorithm commonly used in two-player turn-based games like Tic-Tac-Toe. The AI evaluates all possible future moves and their outcomes to find the best move that maximizes its chances of winning or minimizing its chances of losing. This makes the AI a tough opponent to beat, as it considers various scenarios ahead of time.

Technologies Used

This project was developed using the following technologies:

  • React: A JavaScript library for building user interfaces.
  • HTML and CSS: For structuring and styling the game interface.
  • Deployed on GitHub Pages: The game is hosted and accessible at https://ezhillragesh.github.io/AI-Tic-Tac-Toe/.

Getting Involved

If you're interested in contributing to AI-Tic-Tac-Toe, feel free to fork the repository, make your changes, and submit a pull request. Contributions are always welcome!

Find Me Here

Twitter LinkedIn Stack Overflow Medium dev.to hashnode Linktree

License

This project is licensed under the MIT License.

Give a Star ⭐ if you find it useful

About

This is a classic game of Tic-Tac-Toe where you can challenge an AI opponent. The AI opponent uses the minimax strategy to make its moves, making it a challenging opponent to beat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published