TriangulumDesire / Web-Tic-Tac-Toe

Tic Tac Toe game made to test my front-end skills.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-Tic-Tac-Toe

Tic Tac Toe game made to test my front-end skills.
Skills used include CSS Flexbox, jQuery/DOM manipulation, and basic HTML5/CSS3/JS stuff.

Tic Tac Toe

There are three difficulties

Easy - AI randomly selects cells.
Medium - AI will attempt to win/block in the next turn if it can.
Hard - AI uses a Minimax algorithm, I don't think it's possible to win against this.

About

Tic Tac Toe game made to test my front-end skills.

License:MIT License


Languages

Language:JavaScript 62.5%Language:CSS 23.7%Language:HTML 13.8%