game-tree
There are 29 repositories under game-tree topic.
nadeem4/chess_engine_using_python
Chess Engine Implementation using Minmax, Alpha-Beta Pruning, and Quiescence Search Algorithm.
beling/impartial-games
Rust software for solving impartial games.
edxz7/GameTreeSolver-N-puzzle-game-Artificial-Inteligence
Solve the N-puzzle (best known as the 8 puzzle game) using a min priority queue and the A* search algorithm
ManuelArto/CrazyPlayer
UniBO Algorithms and Data Structure project. Intelligent M,N,K-game player using cutting-edge algorithms for optimal strategy
aleva147/Artificial-Intelligence
Projects that are based on writing an AI to solve a specific problem.
Goita/go-goita
goita core in Go
lukechu10/UltimateTicTacToe-MCTS
An Ultimate-TicTacToe AI with Monte Carlo Tree Search
tk-yoshimura/GameTreeSearch
game tree search method - minmax, alphabeta, IDDFS
17livincent/TicTacToeGameAI
Implementation of Tic Tac Toe and AI players using C++. The AI players can use the Minimax algorithm and Monte Carlo Tree Search.
AllanSasi/Gaming-with-Minimax
The classic tic-tac-toe game using Minimax Algorithm
bassiounix/zoi
AI Driven Tic Tac Toe Game in Rust
eliasdeallmeida/tic-tac-toe-game-tree
Algoritmo que analisa a melhor jogada para um tabuleiro de jogo da velha por meio de uma árvore de jogadas.
erik-lance/Checkers-Chess-AI
A project for the requirements of CS Intelligent Systems that lets a human play against an AI in Checkers. The agent uses Game Trees through Min/Max and Alpha-Beta Pruning.
HasanatJahan/Unbeatable_TicTacToe
The unbeatable TicTacToe with the MiniMax Algorithm
joaossmacedo/TicTacToe
TicTacToe with Game Tree
JuliaChae/Chess-AI
Chess player that generates optimal move against an opponent through the use of a game tree and alpha-beta pruning. The algorithm can be used against human or other computer-generated players.
nop2/AIAlgorithm
人工智能_八数码_井字棋博弈树
ParisaArbab/AI-Propositional-Logic
Artificial Intelligence- Game Play and Propositional Logic
re-set-032/Checkers-Game
Solo developed checkers game using game trees
ryanhill1/Command-Line-Checkers
Checkers with AI.
aroraakshit/algorithms_project
Project files for CSCI 5454 - Design and Analysis of Algorithms (Fall 2017)
gianm99/tic-tac-toe
Práctica 2 de la asignatura de Estructura de Dades.
jambolo/GamePlayer
A game player for two-player perfect information games, implemented using a min-max game tree, alpha-beta pruning, and a transposition table, along with a variety of heuristics.
RomainPierre7/search-based-game-solver
School project on search-based problem-solving.
SamChatfield/Domineering
University of Birmingham - Software Workshop Game
tarptaeya/TicTacToe
Tic Tac Toe game with AI