/tic-tac-toe-minimax

This is a simple Javascript implementation of the game Tic Tac Toe using the minimax algorithm for the computer player. The human player at best will tie the game.

Primary LanguageJavaScript

No issues in this repository yet.