minimax-agent
There are 16 repositories under minimax-agent topic.
pavlosdais/Quoridor
A terminal implementation of the game Quoridor with an engine
SameetAsadullah/Tic-Tac-Toe-Using-Minimax-Algorithm
Tic-Tac-Toe game coded in Python using Minimax Algorithm
hhoikoo00/minimax-tictactoe
Implementing a minimax agent to the TicTacToe Haskell tutorial exercise for First year Computing students @ Imperial College London
sampo-kuutti/adversarially-robust-control
Adversarially Robust Control for autonomous driving with a mini-max reinforcement learning adversarial training framework
diamantis-rafail-papadam/3D-Tic-Tac-Toe
In this project I created a 4x4x4 Tic Tac Toe as well as 3 agents that one can play against.
efecanxrd/Othello-Game
Othello Game (Also known as Reversi). It was created with the Minimax algorithm (Alpha-Beta pruning). Allows Human-AI, AI-AI, RandomPlayer-AI, RandomPlayer-Human interplay
muhammad-sayed-mahdy/Checkers
Checkers playing agent with alpha-beta pruning
SgtSwagrid/Boards
A collection of board games and bots which can play them.
SiddeshSambasivam/Minimax-Tic-Tac-Toe
Implementation of Minimax backtracking algorithm in the game of Tic-Tac-Toe
Bishalsarang/AI-plays-Baagchal
This repository contains implementation of bot to play baagchal game using minimax algorithm. The GUI part is drawn using Tkinter.
thefattestcat/minimax-react
Tic-tac-toe minimax implementation via React
jatin7gupta/Ultimate-tic-tac-toe
AI assignment using mini-max algorithm to play again a predefined opponent on server
owengregson/pondrr
A powerful AI agent designed to play 4x4 3D Tic Tac Toe.
silvavn/TicTacToe
Tic Tac Toe Game in python with implemented minimax algorithm
urastogi885/connect-me-if-you-can
A self-learning connect-4 game with GUI