There are 2 repositories under quoridor-game topic.
Quoridor AI based on Monte Carlo tree search
Bots for the board game quoridor implemented using four algorithms: minimax, minimax with alpha beta pruning, expectimax and monte carlo tree search.
First two labs for GameDev Course
An engine simulating the board game Quoridor
The first repository
advanced programming course focused on C++ programming (C++23)
A software which allow you to play Quoridor game with AI
:game_die: Quoridor game core library.
Implementation of Quoridor game and an AI to play the game by using evolution algorithm for learning.
A simple console application for the Quoridor game
A Quoridor game with a html/js frontend and a rust backend
Quoridor Game for LandTiger Board (LPC1768), final project for "Architetture dei sistemi di elaborazione" at Politecnico of Turin
Java Implementation of the famous board game, Quoridor
This repository represents our informatic project which aimed to develop the game QUORIDOR in C
The quoridor game, with terminal user interface.
Pure Java implementation of Quoridor, a strategy game designed by Mirko Marchesi where the goal is to block your opponent's pawn and get your pawn to the other side. https://en.wikipedia.org/wiki/Quoridor
Quoridor is a 2 or 4 players board game whose board is 9x9. The objective is to be the first player to move their pawn to the opposite side of the game board from which it begins.
Console implementation of Quoridor, a two-player strategy board game with pawn movement, wall placement, and AI support
Quoridor two player game
Repo para el desarrollo del Juego Quoridor para el curso de Complejidad Algorítimica UPC