Skip to content

jromest/tic-tac-toe-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe-game

Web-based Tic Tac Toe Game

An unbeatable tic tac toe game, used the minimax algorithm for the computer AI.

Test JS also included to better understand the minimax algorithm.