minimax-algorithm
Here are 299 public repositories matching this topic...
Web chess game with AI chess bot (minimax algorithm).♟
-
Updated
Jun 6, 2021 - JavaScript
🎮 Unbeatable Tic-Tac-Toe game using React and Minimax algorithm.
-
Updated
Dec 10, 2022 - JavaScript
Experiments with variations of minimax algorithm, MTD(f), MCTS in Gomoku
-
Updated
Feb 28, 2023 - JavaScript
Tic-Tac-Toe game AI using Minimax algorithm with alpha-beta pruning optimization and fast win heuristics.
-
Updated
Apr 19, 2021 - JavaScript
A tic-tac-toe game implementing the minimax algorithm using React
-
Updated
Jun 9, 2023 - JavaScript
This tic-tac-toe game applies a minimax algorithm to AI players and no one can beat it. An invincible game!
-
Updated
Aug 19, 2020 - JavaScript
ES6 Minimax implementation of TicTacToe.
-
Updated
Mar 19, 2016 - JavaScript
-
Updated
Mar 11, 2024 - JavaScript
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.
-
Updated
Jan 7, 2023 - JavaScript
View demo here: https://adoring-knuth-c94bec.netlify.com/
-
Updated
Oct 1, 2018 - JavaScript
A simple Tic Tac Toe game AI using Minimax algorithm with Alpha-Beta Pruning.
-
Updated
Aug 16, 2022 - JavaScript
Graphical Tic tac toe game using minimax algorithm.
-
Updated
Jul 7, 2024 - JavaScript
An interactive Tic-Tac-Toe game built with HTML, CSS, and JavaScript — featuring a smart AI using the Minimax algorithm
-
Updated
May 7, 2025 - JavaScript
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)
-
Updated
Feb 28, 2022 - JavaScript
Tic Tac Toe game built with Vanilla js
-
Updated
Nov 30, 2018 - JavaScript
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.
-
Updated
Mar 28, 2021 - JavaScript
Tic Tac Toe game made using HTML CSS and JavaScript
-
Updated
Aug 24, 2022 - JavaScript
Tic Tac Toe - with ReactNative using minimax Algorithm
-
Updated
Jun 11, 2021 - JavaScript
Tic Tac Toe with implemented with the mini-max algorithm
-
Updated
Jun 30, 2023 - JavaScript
Improve this page
Add a description, image, and links to the minimax-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the minimax-algorithm topic, visit your repo's landing page and select "manage topics."