Skip to content

This is a Tic Tac Toe game made by using Web Technologies. The most interesting thing in this is that it has an Artificial Intelligence to play with the user. This AI uses the Minimax Algorithm to find the best optimal move.

License

Notifications You must be signed in to change notification settings

dwivedi-ai/TicTacToe-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe-AI 🤖

⚙️ Created by Ankit Dwivedi

🎯 About TicTacToe-AI

This is a Tic Tac Toe game made by using Web Technologies. The most interesting thing in this is that it has an Artificial Intelligence to play with the user. This AI uses the Minimax Algorithm with the Alpha-Beta Pruning to find the best optimal move efficiently. To make the game a bit more fun, I have set the CPU to make the first move randomly instead of computing the most optimal move.

🎯 This project is live at the URL: https://iamankitdwivedi.github.io/TicTacToe-AI/

Screenshots

s1 s2 s3 s4

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Javascript

Author

Ankit Dwivedi

This project is licensed under the terms of the MIT license.

About

This is a Tic Tac Toe game made by using Web Technologies. The most interesting thing in this is that it has an Artificial Intelligence to play with the user. This AI uses the Minimax Algorithm to find the best optimal move.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published