dsinkey / tic-tac-toe-ai

A Tic-Tak-Toe game that uses the minimax algorithm for an AI to play again the player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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

The page will reload when you make changes.
You may also see any lint errors in the console.

Two great resources for learn about minimax can be found here:

  1. Algorithms Explained – minimax and alpha-beta pruning
  2. Minimax Algorithm in Game Theory | Set 3 (Tic-Tac-Toe AI – Finding optimal move)

About

A Tic-Tak-Toe game that uses the minimax algorithm for an AI to play again the player


Languages

Language:JavaScript 90.7%Language:HTML 7.5%Language:CSS 1.9%