Hooridor is Quoridor in Haskell language
Basic rules from Quoridor Strats
- The game is played on a 9x9 board
- There are 2 players
- Each player starts with a pawn and ten walls
- Each turn is either moving the player's pawn OR placing a wall
- Pawns move up, down, left, or right
- Once placed, walls cannot be moved
- There should always be a path for the players to reach the goal
This project relies on the Haskell Stack tool.
It is recommended to get Stack with batteries included by installing Haskell Platform.
To build this project simply run
stack build
This will install all dependencies, including a proper version of GHC (which should be there already if you have Haskell Platform 8.4.3).
This project has one executable that you can run with
stack exec hooridor-exe
Haddock documentation is available!