Skip to content

rahimratnani/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A simple JavaScript based Tic-Tac-Toe game. Two game modes are available:

  1. Normal Mode
  2. AI Mode

AI Mode uses the minimax algorithm to make decisions against the human player.

Technologies used:

  • HTML
  • CSS
  • JavaScript

See it live here.