Skip to content

Fedrosauro/Quoridor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quoridor

CircleCI

This is the final project of the Software Development Methods course.

Group:

  • Caiola Ludovica [IN2000211]
  • Pellizzaro Federico [IN2000196]
  • Vassallo Giacomo [IN2000200]

Rules

Quoridor is an abstract game for 2 players (or 4 players).

Setup

Each player has a meeple, and a set of walls.

The players stay on opposite sides of the board.

Each player puts his meeple on the bord in the center of the nearest row.

Goal of the Game

The board is a 10x10 matrix where there is room for walls between each pair of tiles.

A player wins when his meeple is moved to the opposite side of the board.

Moves

A player can either:

  • move his meeple to an adjacent square in any direction (forward, backward, left, right)
  • place a wall

Note that when a player has no spare walls, only the movement is allowed

NOTE: Given a set of coordinate, the wall will be placed from the north or east side of the tile, for horizontal and vertical wall respectively. The picture shows the coordinate (2,2) with wall dimension equals to 2:

CircleCI

Features

  • Variable board size
  • 4 players game mode
  • Variable wall size
  • Variable number of walls per player

Resources

Board Game Geek

About

Software Development Methods Game Project

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages