Skip to content

ehtishama/tictactoe_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play TicTacToe against AI

tic-tac-toe-image.png

This React projects implements the minmax algorithm on a simple 3x3 tic tac toe grid. The algorithm always ensures to pick a move with minimum of the maximum possible losses. Hence it is impossible to win against it in a 3x3 grid.

How to run

To run this project on your system run the following command:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

About

Implementation of the minmax algorithm on the 3x3 Tic-tac-toe grid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published