Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 427 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 427 Bytes

Unbeatable Tic Tac Toe

Tic Tac Toe game with unbeatable AI implemented with minimax algorithm with alpha-beta pruning.

Simple testing achieved with Jasmine.

Play the Game

  • The game is deployed on heroku.

  • Alternatively, clone this repo and open home.html in browser.

Tech Stack

  • Javascript
  • jQuery
  • jQueryUI
  • HTML
  • CSS