A simple Tic Tac Toe game built using HTML, CSS, and JavaScript. This project allows players to enjoy the classic game in Player vs Player or Player vs AI mode.
-
Updated
Jun 3, 2024 - JavaScript
A simple Tic Tac Toe game built using HTML, CSS, and JavaScript. This project allows players to enjoy the classic game in Player vs Player or Player vs AI mode.
🎮 Unbeatable Tic-Tac-Toe game using React and Minimax algorithm.
Web chess game with AI chess bot (minimax algorithm).♟
Experiments with variations of minimax algorithm, MTD(f), MCTS in Gomoku
Tic-Tac-Toe game AI using Minimax algorithm with alpha-beta pruning optimization and fast win heuristics.
This tic-tac-toe game applies a minimax algorithm to AI players and no one can beat it. An invincible game!
A tic-tac-toe game implementing the minimax algorithm using React
ES6 Minimax implementation of TicTacToe.
Tic-Tac-Toe is a game in which two players seek alternate turns to complete a row, a column, or a diagonal with either three O’s or three X’s drawn in the spaces of a grid of nine squares. For more details, please go through readme.
View demo here: https://adoring-knuth-c94bec.netlify.com/
A simple Tic Tac Toe game AI using Minimax algorithm with Alpha-Beta Pruning.
Tic Tac Toe against the computer implemented in Javscript. The user can play in "Easy"(where the pc simply plays random moves), "Medium" (where the game will try to stop you from winning) or "Hard" (implements the MINIMAX algorithm that makes impossible for the user to win)
Tic Tac Toe game built with Vanilla js
Programmed an unbeatable tic-tac-toe game that allows users to play against an AI player, with the minimax algorithm. This web application was made using Javascript, HTML, and CSS.
Tic Tac Toe game made using HTML CSS and JavaScript
Tic Tac Toe - with ReactNative using minimax Algorithm
Graphical Tic tac toe game using minimax algorithm.
Repository for ChessAI , part of COC's ProjectX.
Add a description, image, and links to the minimax-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the minimax-algorithm topic, visit your repo's landing page and select "manage topics."