Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 314 Bytes

Tic-Tac-Toe-2

A Tic-Tac-Toe game built using JavaScript, HTML, and CSS.

You can play against a second player or against the computer.

Moves made by the computer are generated using the minimax algorithm.

You can adjust the difficulty of the computer.

Live Demo: https://titanium339.github.io/Tic-Tac-Toe-2/