minimax-tree
Here are 14 public repositories matching this topic...
A c++ program to play tic-tac-toe with minimax tree. Try to beat and it ;-)
-
Updated
Aug 29, 2020 - C++
Isolation, AI game implemented in Javascript and React, using MiniMax with Alpha Beta Pruning.
-
Updated
Feb 3, 2020 - JavaScript
Tic-Tac-Toe with a Minimax AI
-
Updated
Jul 15, 2026 - Python
Server to play with the Reversi AI https://github.com/marcluque/Reversi-AI
-
Updated
Oct 29, 2021 - C
In this project I created a 4x4x4 Tic Tac Toe as well as 3 agents that one can play against.
-
Updated
Mar 6, 2023 - CSS
Trifit (Try-Fit) is a Turn based Android game between user and computer on a grid board using Artificial Intelligence.
-
Updated
Jan 8, 2020
Chess in Python and PyGame with a from scratch minimax AI: alpha-beta pruning, MVV-LVA move ordering, Zobrist transposition tables and piece-square evaluation. Full rules including castling, en passant and promotion, four difficulty levels, a move log, per player clocks and swappable sprite sets.
-
Updated
Aug 15, 2026 - Python
This repository contains implementation of bot to play baagchal game using minimax algorithm. The GUI part is drawn using Tkinter.
-
Updated
Feb 27, 2020 - Python
A simple TicTacToe game with MiniMax algorithm and also with alpha beta pruning.
-
Updated
Jan 17, 2020 - C#
AI based Tic Tac Toe game using Minimax Algorithm (full tree search) written in C.
-
Updated
Mar 23, 2018 - C
Minimax algorithm in a tree structure to play tic tac toe, build in python
-
Updated
Mar 6, 2023 - Python
This project is an implementation of Suicide Chess, a variation of standard chess, using the Minimax algorithm enhanced with Alpha-Beta pruning. It simulates a two-player game where the objective is to lose all pieces, and evaluates multiple future moves to determine the most strategic sacrifices according to the rules of this variant.
-
Updated
Jul 28, 2026 - Python
a terminal tic-tac-toe game with simple AI
-
Updated
Aug 27, 2017 - Common Lisp
Add this topic to your repo
To associate your repository with the minimax-tree topic, visit your repo's landing page and select "manage topics."