Skip to content

❌⭕ Play against a friend or try to beat my AI! This is a simple Javascript multiplayer tic tac toe game that also demonstrates how the minimax algorithm can be used to create an unbeatable A.I. player. *Online access not currently available because Heroku got rid of free accounts.

Notifications You must be signed in to change notification settings

kking935/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

This is a simple javascript multiplayer tic tac toe game that also demonstrates how the minimax algorithm can be used to create an unbeatable A.I. player.

Minimax Algorithm

The minimax algorithm uses backtracking to determine all of the possible outcomes of a given move, and chooses the move that maximizes the player's score assuming the opponent will always respond by choosing the move that minimizes the player's score.

You can learn more about this algorithm here.

About

❌⭕ Play against a friend or try to beat my AI! This is a simple Javascript multiplayer tic tac toe game that also demonstrates how the minimax algorithm can be used to create an unbeatable A.I. player. *Online access not currently available because Heroku got rid of free accounts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published