Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 357 Bytes

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