Skip to content

raymond-zhang00/Quoridor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Quoridor

Quoridor game implementation

This implements an instance of the Quoridor game. Game rules can be found here: https://www.ultraboardgames.com/quoridor/game-rules.php

A instance of the quoridor game must be initialized from the QuoridorGame class. Players should then take turns and the game will reflect when a win occurs.

Players can take turns either placing a fence or moving their pawn. A fence may not be placed in a manner that completely blocks the other player's pawn from reaching their objective. This is checked for in each fence placement.

About

Quoridor game implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages