Web chess game with AI chess bot (minimax algorithm).♟
-
Updated
Jun 6, 2021 - JavaScript
Web chess game with AI chess bot (minimax algorithm).♟
🎮 Unbeatable Tic-Tac-Toe game using React and 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!
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/
Graphical Tic tac toe game using minimax algorithm.
A simple Tic Tac Toe game AI using Minimax algorithm with Alpha-Beta Pruning.
An interactive Tic-Tac-Toe game built with HTML, CSS, and JavaScript — featuring a smart AI using the Minimax algorithm
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
Repository for ChessAI , part of COC's ProjectX.
Tic Tac Toe with implemented with the mini-max algorithm
Isolation, AI game implemented in Javascript and React, using MiniMax with Alpha Beta Pruning.
Tic Tac Toe in React
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."