Skip to content

A Tic Tac Toe game featuring an unbeatable AI opponent using the minimax algorithm, along with a 2-player mode. Built with JavaScript, HTML5, and CSS3.

Notifications You must be signed in to change notification settings

coderSuresh/Tic_Tac_Toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Features

  • Two Game Modes

    • 🤖 VS Computer (Unbeatable AI)
    • 👥 2 Players (Local multiplayer)
  • Perfect AI Logic

    • Uses minimax algorithm
    • Never loses (always wins or draws)
  • Modern UI

    • Responsive design
    • Smooth animations
    • Game status tracking

About

A Tic Tac Toe game featuring an unbeatable AI opponent using the minimax algorithm, along with a 2-player mode. Built with JavaScript, HTML5, and CSS3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • CSS 21.0%
  • HTML 20.8%