/tictactoe

Primary LanguageJavaScript

Tic Tac Toe Game

This is built using HTML, CSS, Javascript. It uses the minimax algorithm. It has 2 different game modes:

  • Single Player Mode ( Human 👨 vs AI 🤖)
  • Two Player Mode (Human 👨 vs Human 👨)

The single playerg amemode has two levels of difficulty - Easy and Hard.

For demo, Click Here

You can fork and clone this repo, if you want.