msespos / tic-tac-toe-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Tic-Tac-Toe game written in HTML/CSS/JS, created as part of the Odin Project curriculum.

It has one-player and two-player versions.

For the one-player version, the minimax algorithm was implemented so that the computer player is unbeatable.

Play it here: Tic-Tac-Toe.

About


Languages

Language:JavaScript 68.7%Language:HTML 17.9%Language:CSS 13.4%