/tic-tac-toe

Tic Tac Toe with minimax player

Primary LanguageJavaScript

Tic tac toe

Tic Tac Toe game implementation with minimax based computational opponent - Try it!

Notes

  • src/ai-player.js contains the minimax implementation with alpha-beta pruning.
  • Responsive UI - only notable to me given I have very little CSS experience