Skip to content

madany01/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

tic-tac-toe game built using HTML, CSS, and javascript

live preview

Features

  • allows changing the board dimensions
  • supports multiple players, or single player (against bot)
  • the bot employs minimax algorithm with pruning and dynamic programming to
    choose the best position to play